diff options
author | Erik Johnston <erik@matrix.org> | 2022-06-14 12:00:02 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-06-14 12:00:02 +0100 |
commit | 5d139f578dd973a33c156950e25610367127a521 (patch) | |
tree | 29b46bdc225c386f7a06796db5ccf3cde3495864 /pyproject.toml | |
parent | Mention removed community/group worker endpoints in upgrade.md (#13023) (diff) | |
parent | Fixup upgrades (diff) | |
download | synapse-5d139f578dd973a33c156950e25610367127a521.tar.xz |
Merge branch 'release-v1.61' 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 fde6a4f424..3c64e248ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.61.0rc1" +version = "1.61.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |