diff options
author | David Robertson <davidr@element.io> | 2023-10-03 11:50:57 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-10-03 11:50:57 +0100 |
commit | 8b50a9d01da2c84bb9838287519fa3e0a4e955ce (patch) | |
tree | 63918a9788226ad88c4b521962e96391d9722b86 /pyproject.toml | |
parent | Bump urllib3 from 1.26.15 to 1.26.17 (#16422) (diff) | |
download | synapse-8b50a9d01da2c84bb9838287519fa3e0a4e955ce.tar.xz |
1.94.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 5fb64479a1..b22172291a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.93.0" +version = "1.94.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |