diff options
author | David Robertson <davidr@element.io> | 2022-07-05 13:25:29 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-05 13:25:29 +0100 |
commit | 347165bc0625d610da3b4865e91bb5184deaa318 (patch) | |
tree | d2d999e69097a8033ecbf09ad7d64f0fb454d2cd /pyproject.toml | |
parent | Fix application service not being able to join remote federated room without ... (diff) | |
parent | Mention the spamchecker plugins (diff) | |
download | synapse-347165bc0625d610da3b4865e91bb5184deaa318.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 b9f2ea432c..4d1007fcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.62.0rc3" +version = "1.62.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |