summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-05-16 12:52:29 +0100
committerDavid Robertson <davidr@element.io>2022-05-16 12:52:29 +0100
commitc3b232cb399c5098d27e6eb50e0d350774b0afd3 (patch)
tree98057e4a246c43156833c3e326921e27f98cc193 /pyproject.toml
parentFix bug /sync returning 404 (#12729) (diff)
downloadsynapse-c3b232cb399c5098d27e6eb50e0d350774b0afd3.tar.xz
1.59.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 e3d81ae5f1..1a2ddddb10 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.59.0rc1"
+version = "1.59.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"