summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-05-31 13:41:49 +0100
committerErik Johnston <erik@matrix.org>2022-05-31 13:41:49 +0100
commit5984ada6bb340c736376ba94d766bf76ceeaf514 (patch)
tree85b788e790186092b109eb178303d22a5f4e3cff /pyproject.toml
parentFix import in module_api module and docs on the new check_event_for_spam sign... (diff)
downloadsynapse-5984ada6bb340c736376ba94d766bf76ceeaf514.tar.xz
1.60.0 v1.60.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 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"