summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-06-14 14:54:19 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-06-14 14:54:19 +0200
commit87e5df9a6ed772daf1070919845942b39143252e (patch)
tree279a35124ac01a940e0c9ec6965685028d58f8b8 /pyproject.toml
parentPrefill events after invalidate not before when persisting events (#15758) (diff)
parent1.86.0rc2 (diff)
downloadsynapse-87e5df9a6ed772daf1070919845942b39143252e.tar.xz
Merge branch 'release-v1.86' 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 d42d7644d8..097bd03943 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.85.2"
+version = "1.86.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"