diff options
author | David Robertson <davidr@element.io> | 2022-05-17 10:27:51 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-05-17 10:27:51 +0100 |
commit | 5c3d525cada69c2df3be65111d62ddcb52623a16 (patch) | |
tree | 0800059a839d2d2ef5b100e931f1579a02cc2589 /pyproject.toml | |
parent | Fix query performance for /sync (#12745) (diff) | |
download | synapse-5c3d525cada69c2df3be65111d62ddcb52623a16.tar.xz |
1.59.0
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 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" |