summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-04-06 11:44:26 -0400
committerPatrick Cloke <patrickc@matrix.org>2023-04-06 11:44:26 -0400
commit72b43bec8bcbb6edb894636b5657b974e6a94a09 (patch)
tree61b4330da785626aa051ef16deae14beb71f7e66 /pyproject.toml
parentImplement MSC3989 to redact the origin field. (#15393) (diff)
parent1.81.0rc2 (diff)
downloadsynapse-72b43bec8bcbb6edb894636b5657b974e6a94a09.tar.xz
Merge remote-tracking branch 'origin/release-v1.81' 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 3b38d8370c..1386dd859f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.81.0rc1"
+version = "1.81.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"