summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-06-01 10:26:37 -0700
committerH. Shay <hillerys@element.io>2023-06-01 10:26:37 -0700
commit8af29155ececd8fb18e54241012d73d60c33a79f (patch)
tree3cf0abbfddefcc6e0617e4df1f89cc11a86fce6c /pyproject.toml
parentCache requests for user's devices from federation (#15675) (diff)
parent1.85.0rc2 (diff)
downloadsynapse-8af29155ececd8fb18e54241012d73d60c33a79f.tar.xz
Merge branch 'release-v1.85' 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 4476f57ca7..9802cd2a18 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.85.0rc1"
+version = "1.85.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"