diff options
author | Erik Johnston <erik@matrix.org> | 2022-06-14 11:44:27 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-06-14 11:44:27 +0100 |
commit | d580014e2282c24a41d789ea31f34cf691654040 (patch) | |
tree | ad8c7e16d370f835781d7fa8b1ead103d9b9f51f /pyproject.toml | |
parent | Mention removed community/group worker endpoints in upgrade.md (#13023) (diff) | |
download | synapse-d580014e2282c24a41d789ea31f34cf691654040.tar.xz |
1.61.0
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 1934174b82..8b21bdc837 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" |