diff options
author | Erik Johnston <erik@matrix.org> | 2023-10-31 13:47:08 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-10-31 13:47:08 +0000 |
commit | 4724a6ded136c727bcff5082b94c2b3d6355e908 (patch) | |
tree | b61fb12aa408f3769cb40e6fa33db76740758005 /pyproject.toml | |
parent | Claim local one-time-keys in bulk (#16565) (diff) | |
download | synapse-4724a6ded136c727bcff5082b94c2b3d6355e908.tar.xz |
1.96.0rc1
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 5b9f9fbde0..23e0004395 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.95.0" +version = "1.96.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |