diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-20 14:59:43 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-07-20 14:59:43 +0100 |
commit | d3995049a8f2f2a2ebd1d8a3abed4c84820fe7ff (patch) | |
tree | a3d06b8380a2ec6739a13454c360a4e6edde3a3a /pyproject.toml | |
parent | Fix spurious warning when fetching state after a missing prev event (#13258) (diff) | |
parent | 1.63.1 (diff) | |
download | synapse-d3995049a8f2f2a2ebd1d8a3abed4c84820fe7ff.tar.xz |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index a27226f03d..4da1331c93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.63.0" +version = "1.63.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |