summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-06-11 15:22:21 +0200
committerQuentin Gliech <quenting@element.io>2024-06-11 15:22:21 +0200
commita8069e9739fdef8c7200d0d33a38b85100398136 (patch)
tree25d10a218ffd52af1cb1cff019afa4cd3a5f1a13 /pyproject.toml
parentFix bug where device lists would break sync (#17292) (diff)
downloadsynapse-a8069e9739fdef8c7200d0d33a38b85100398136.tar.xz
1.109.0rc2
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 8cc99b8cba..f4f7f70603 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.109.0rc1"
+version = "1.109.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"