summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-11-16 18:22:04 +0000
committerErik Johnston <erik@matrix.org>2022-11-16 18:22:04 +0000
commita84744fba0b123eef31a179648177e9d4aacc693 (patch)
treedde00e4edd332b955a4cf7b0bbb264720093d677 /pyproject.toml
parentFix an invalid comparison of `UserPresenceState` to `str` (#14393) (diff)
parentUpdate changelog (diff)
downloadsynapse-a84744fba0b123eef31a179648177e9d4aacc693.tar.xz
Merge branch 'release-v1.72' 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 e07a208e67..7695ebc252 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.71.0"
+version = "1.72.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"