summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-10-17 11:54:45 -0400
committerPatrick Cloke <patrickc@matrix.org>2023-10-17 11:54:45 -0400
commit6e6d611f555245a8302396936dd4dae1f28e3b2a (patch)
tree38eb52b327b3678a0837d57788dd95bcff741d6d /pyproject.toml
parentConvert DeviceLastConnectionInfo to attrs. (#16507) (diff)
downloadsynapse-6e6d611f555245a8302396936dd4dae1f28e3b2a.tar.xz
1.95.0rc1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0831510890..498b663bae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.94.0"
+version = "1.95.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"