summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-06-08 13:16:46 +0100
committerErik Johnston <erik@matrix.org>2023-06-08 13:16:46 +0100
commitf6321e386c804017f04c7bdfddda6afb618702ba (patch)
tree56d843464e20d7914256bc52cd44a3670caf0085 /pyproject.toml
parentClear event caches when we purge history (#15609) (diff)
parentMerge branch 'release-v1.85' (diff)
downloadsynapse-f6321e386c804017f04c7bdfddda6afb618702ba.tar.xz
Merge branch 'master' 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 d9ce1d84d6..d42d7644d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.85.1"
+version = "1.85.2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"