summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-05-10 10:45:13 +0100
committerDavid Robertson <davidr@element.io>2022-05-10 10:45:13 +0100
commite5fd23fb6f02f655aa91b5a7be9e5bb839438e25 (patch)
tree785c9dd6dc92d83e582315bec12179d94650769e /pyproject.toml
parentImmediately retry any requests that have backed off when a server comes back ... (diff)
downloadsynapse-e5fd23fb6f02f655aa91b5a7be9e5bb839438e25.tar.xz
1.59.0rc1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2c4b7eb08e..e3d81ae5f1 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.58.1"
+version = "1.59.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"