summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-06-07 10:51:17 +0100
committerErik Johnston <erik@matrix.org>2023-06-07 10:51:17 +0100
commit7acf7f2f8df9726c961b392f21ee7a92d062fb39 (patch)
tree21ac937093b585fdc0baf2569dfa066a4e5db782 /pyproject.toml
parentFix schema delta error in 1.85 (#15738) (diff)
downloadsynapse-7acf7f2f8df9726c961b392f21ee7a92d062fb39.tar.xz
1.85.1
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 745b58d7b5..5b6123dff6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.85.0"
+version = "1.85.1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"