summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorSean Quah <seanq@matrix.org>2022-05-27 11:06:45 +0100
committerSean Quah <seanq@matrix.org>2022-05-27 11:06:45 +0100
commite409ab8e9209cb599d7e9a4b3f8bfbd59eb839d3 (patch)
treee627511c5bc608e10a084352f727ab3fb568050e /pyproject.toml
parentClose `ijson` coroutines ourselves instead of letting the GC close them (#12875) (diff)
downloadsynapse-e409ab8e9209cb599d7e9a4b3f8bfbd59eb839d3.tar.xz
1.60.0rc2 v1.60.0rc2
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml

index 9359d211f7..59cff590b5 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.60.0rc1" +version = "1.60.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"