summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2024-06-04 12:37:07 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2024-06-04 12:37:07 +0100
commiteab0b548e43515727da7589426cb6e5e9d39a2c2 (patch)
treebdbc7e3cb8259e58b795f43c09ff38f2fd37c0d8 /pyproject.toml
parentBump sentry-sdk from 2.1.1 to 2.3.1 (#17263) (diff)
parentFix typo in CHANGES.md (diff)
downloadsynapse-eab0b548e43515727da7589426cb6e5e9d39a2c2.tar.xz
Merge branch 'release-v1.109' into develop
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 9a3348be49..8cc99b8cba 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.108.0"
+version = "1.109.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"