diff options
author | Erik Johnston <erik@matrix.org> | 2023-11-28 14:09:21 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-11-28 14:09:21 +0000 |
commit | d75d6d65d1681889db05b077e97fc2ddf123b757 (patch) | |
tree | 27a1acc14f82770e759254b231948d14fd54b086 /pyproject.toml | |
parent | fix changelog typo (diff) | |
download | synapse-d75d6d65d1681889db05b077e97fc2ddf123b757.tar.xz |
1.97.0 v1.97.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 bd4ac09ae6..189de0ca1a 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" |