summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-06-14 12:16:41 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-06-14 12:17:29 +0200
commit825c5909de642c9c6494ef464684e29630d197b5 (patch)
treeb95f37280713ec69b7f9e0e94ed97a7b01c8f5f3 /pyproject.toml
parentRevert "Allow for the configuration of max request retries and min/max retry ... (diff)
downloadsynapse-825c5909de642c9c6494ef464684e29630d197b5.tar.xz
1.86.0rc2 v1.86.0rc2
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 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"