diff options
author | Erik Johnston <erik@matrix.org> | 2022-05-31 13:41:49 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-05-31 13:41:49 +0100 |
commit | 5984ada6bb340c736376ba94d766bf76ceeaf514 (patch) | |
tree | 85b788e790186092b109eb178303d22a5f4e3cff /pyproject.toml | |
parent | Fix import in module_api module and docs on the new check_event_for_spam sign... (diff) | |
download | synapse-5984ada6bb340c736376ba94d766bf76ceeaf514.tar.xz |
1.60.0 v1.60.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 59cff590b5..75251c863d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.60.0rc2" +version = "1.60.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |