summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-11-21 12:38:46 +0000
committerDavid Robertson <davidr@element.io>2023-11-21 12:38:46 +0000
commitbb86eb98147d4b9d78bcd564133666f2d777c5c3 (patch)
treee33216c3ec8b1efe38be03824b6b9cb7c40bec9d /pyproject.toml
parentSpeed up how quickly we launch new tasks (#16660) (diff)
downloadsynapse-bb86eb98147d4b9d78bcd564133666f2d777c5c3.tar.xz
1.97.0rc1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 47c255e395..bd4ac09ae6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.96.1"
+version = "1.97.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"