diff options
author | Andrew Morgan <andrewm@element.io> | 2022-05-03 10:53:09 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-05-03 10:53:09 +0100 |
commit | 8f5d2823dff26d4c8756f1db348b3b4908ef27f5 (patch) | |
tree | 2672e93384b5c68cf3017d19e15f43a8348dad87 /pyproject.toml | |
parent | Adjust changelog (diff) | |
download | synapse-8f5d2823dff26d4c8756f1db348b3b4908ef27f5.tar.xz |
1.58.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 bdded78434..f0f029f016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.58.0rc2" +version = "1.58.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |