summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-01-12 10:30:54 -0800
committerH. Shay <hillerys@element.io>2023-01-12 10:30:54 -0800
commitea452571998c64a0d49d11791b58053bfbd9834b (patch)
treee7bc2d88a1e80ea8757ecfc6817f235d2843530e /pyproject.toml
parentFix race calling `/members?at=` (#14817) (diff)
downloadsynapse-ea452571998c64a0d49d11791b58053bfbd9834b.tar.xz
1.75.0rc2 v1.75.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 740d33066e..12f1686d21 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.75.0rc1"
+version = "1.75.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"