summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAndrew Morgan <andrewm@element.io>2022-07-01 11:42:57 +0100
committerAndrew Morgan <andrewm@element.io>2022-07-01 11:42:57 +0100
commitd40b2708cf9cfa2cf7ea7ac6e0273369430a103b (patch)
tree72d0547c739194f9723f5fc95bee468f9e4a937f /pyproject.toml
parentFix unread counts on large servers (#13140) (diff)
downloadsynapse-d40b2708cf9cfa2cf7ea7ac6e0273369430a103b.tar.xz
1.62.0rc2 v1.62.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 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"