summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-12-13 13:30:07 +0000
committerSean Quah <seanq@matrix.org>2022-12-13 13:30:07 +0000
commitb8cf480fa951cbebfb180105d1f0ba6966cf051b (patch)
tree73a4b3b2c9d881ef36801b3fd7b81dcd59b9b9ed /pyproject.toml
parentImprove validation of field size limits in events. (#14664) (diff)
downloadsynapse-b8cf480fa951cbebfb180105d1f0ba6966cf051b.tar.xz
1.74.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 bb383683cc..938aae64ca 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.73.0"
+version = "1.74.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"