summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-03-13 12:57:56 +0000
committerDavid Robertson <davidr@element.io>2023-03-13 12:57:56 +0000
commitedcf93817399b409b832f54b8caac0af277eba96 (patch)
tree4c82bb716030d848dbb7dfc8cfc9b25c357878ab /pyproject.toml
parentEnsure fed-sender catchup does not block for full state (#15248) (diff)
downloadsynapse-edcf93817399b409b832f54b8caac0af277eba96.tar.xz
1.79.0rc2 v1.79.0rc2
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 90a1187416..dbdc3c4991 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.79.0rc1"
+version = "1.79.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"