diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-14 12:16:41 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-06-14 12:17:29 +0200 |
commit | 825c5909de642c9c6494ef464684e29630d197b5 (patch) | |
tree | b95f37280713ec69b7f9e0e94ed97a7b01c8f5f3 /pyproject.toml | |
parent | Revert "Allow for the configuration of max request retries and min/max retry ... (diff) | |
download | synapse-825c5909de642c9c6494ef464684e29630d197b5.tar.xz |
1.86.0rc2 v1.86.0rc2
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 6bbbf95001..097bd03943 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.86.0rc1" +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" |