diff options
author | Andrew Morgan <andrewm@element.io> | 2022-08-16 17:32:20 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-08-16 17:32:20 +0100 |
commit | 5ace5d7b15b1d4604ec86f80ebcd3213d7a5550c (patch) | |
tree | aaa542fbe96d6df981fd02cebde57110b5f04cb6 /pyproject.toml | |
parent | Refuse to start when `faster_joins` is enabled on a worker deployment (#13531) (diff) | |
parent | Note explicitly that #11365 was reverted in the 1.65 CHANGELOG (diff) | |
download | synapse-5ace5d7b15b1d4604ec86f80ebcd3213d7a5550c.tar.xz |
Merge branch '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 4f1e0b5c19..9e59470ac8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.65.0rc2" +version = "1.65.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |