diff options
author | Erik Johnston <erik@matrix.org> | 2023-10-31 14:09:13 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-10-31 14:09:13 +0000 |
commit | 4bb2b4aa9a48d0c44503f6d3c9f8d80d24e30a5f (patch) | |
tree | 2519c49997a061def5183802b842eda1e861c5d7 /pyproject.toml | |
parent | Merge remote-tracking branch 'origin/develop' into release-v1.96 (diff) | |
download | synapse-4bb2b4aa9a48d0c44503f6d3c9f8d80d24e30a5f.tar.xz |
1.96.0rc1
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 f73726e008..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.1" +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" |