diff options
author | Sean Quah <seanq@matrix.org> | 2022-05-27 11:06:45 +0100 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-05-27 11:06:45 +0100 |
commit | e409ab8e9209cb599d7e9a4b3f8bfbd59eb839d3 (patch) | |
tree | e627511c5bc608e10a084352f727ab3fb568050e /pyproject.toml | |
parent | Close `ijson` coroutines ourselves instead of letting the GC close them (#12875) (diff) | |
download | synapse-e409ab8e9209cb599d7e9a4b3f8bfbd59eb839d3.tar.xz |
1.60.0rc2 v1.60.0rc2
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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" |