summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-05-17 10:27:51 +0100
committerDavid Robertson <davidr@element.io>2022-05-17 10:27:51 +0100
commit5c3d525cada69c2df3be65111d62ddcb52623a16 (patch)
tree0800059a839d2d2ef5b100e931f1579a02cc2589 /pyproject.toml
parentFix query performance for /sync (#12745) (diff)
downloadsynapse-5c3d525cada69c2df3be65111d62ddcb52623a16.tar.xz
1.59.0
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml

index 1a2ddddb10..e600a1d52e 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.59.0rc2" +version = "1.59.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"