diff options
author | David Robertson <davidr@element.io> | 2022-05-10 10:45:13 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-05-10 10:45:13 +0100 |
commit | e5fd23fb6f02f655aa91b5a7be9e5bb839438e25 (patch) | |
tree | 785c9dd6dc92d83e582315bec12179d94650769e /pyproject.toml | |
parent | Immediately retry any requests that have backed off when a server comes back ... (diff) | |
download | synapse-e5fd23fb6f02f655aa91b5a7be9e5bb839438e25.tar.xz |
1.59.0rc1
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 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" |