summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-10-06 10:33:23 +0100
committerSean Quah <seanq@matrix.org>2022-10-06 10:33:23 +0100
commitf6f6bdc7b3bc3ccf26028c7342fbf33968bf4071 (patch)
treea2429be6cdff5f3471214bc21037dfe1c36375d3 /pyproject.toml
parentFix backwards compatibility with upcoming threads schema changes. (#14045) (diff)
downloadsynapse-f6f6bdc7b3bc3ccf26028c7342fbf33968bf4071.tar.xz
1.69.0rc2
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 c302cff54e..da5652bd60 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.69.0rc1"
+version = "1.69.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"