diff options
author | Erik Johnston <erik@matrix.org> | 2023-11-28 16:35:11 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-11-28 16:35:11 +0000 |
commit | 825ac7e6a1a5a63cc1fd384e8cf4dd262d254965 (patch) | |
tree | 1b7fb0abc7968a618cb7d96c2467acacdcc99e13 /pyproject.toml | |
parent | Document which versions of Synapse have compatible schema versions. (#16661) (diff) | |
parent | 1.97.0 (diff) | |
download | synapse-825ac7e6a1a5a63cc1fd384e8cf4dd262d254965.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 df683a146f..b2a4fd7a2f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.97.0rc1" +version = "1.97.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |