diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-14 14:54:19 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-06-14 14:54:19 +0200 |
commit | 87e5df9a6ed772daf1070919845942b39143252e (patch) | |
tree | 279a35124ac01a940e0c9ec6965685028d58f8b8 /pyproject.toml | |
parent | Prefill events after invalidate not before when persisting events (#15758) (diff) | |
parent | 1.86.0rc2 (diff) | |
download | synapse-87e5df9a6ed772daf1070919845942b39143252e.tar.xz |
Merge branch 'release-v1.86' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |