diff options
author | David Robertson <davidr@element.io> | 2022-07-05 11:14:27 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-07-05 11:14:27 +0100 |
commit | cf63d57dcee264b43afb424a514da1dc7cf03a91 (patch) | |
tree | e21fa32f52216a25e9d62f6e09709108f41f1850 /pyproject.toml | |
parent | Update changelog for v1.62.0rc2 (diff) | |
download | synapse-cf63d57dcee264b43afb424a514da1dc7cf03a91.tar.xz |
1.62.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 b9f2ea432c..4d1007fcb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.62.0rc3" +version = "1.62.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |