diff options
author | Erik Johnston <erik@matrix.org> | 2023-10-31 14:08:45 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-10-31 14:08:45 +0000 |
commit | 60c5e8d79b2d74f00a0ee97c041dba374b27c6e2 (patch) | |
tree | f4816898bf1809e855ee2507dec6ec9542e88888 /pyproject.toml | |
parent | 1.96.0rc1 (diff) | |
download | synapse-60c5e8d79b2d74f00a0ee97c041dba374b27c6e2.tar.xz |
Revert "1.96.0rc1"
This reverts commit 4724a6ded136c727bcff5082b94c2b3d6355e908.
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 23e0004395..5b9f9fbde0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.96.0rc1" +version = "1.95.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |