diff options
author | Andrew Morgan <andrewm@element.io> | 2022-07-01 11:42:57 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-07-01 11:42:57 +0100 |
commit | d40b2708cf9cfa2cf7ea7ac6e0273369430a103b (patch) | |
tree | 72d0547c739194f9723f5fc95bee468f9e4a937f /pyproject.toml | |
parent | Fix unread counts on large servers (#13140) (diff) | |
download | synapse-d40b2708cf9cfa2cf7ea7ac6e0273369430a103b.tar.xz |
1.62.0rc2 v1.62.0rc2
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 8b66d3a9e4..1abbf0f5e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.62.0rc1" +version = "1.62.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |