diff options
author | David Robertson <davidr@element.io> | 2023-03-13 12:57:56 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-03-13 12:57:56 +0000 |
commit | edcf93817399b409b832f54b8caac0af277eba96 (patch) | |
tree | 4c82bb716030d848dbb7dfc8cfc9b25c357878ab /pyproject.toml | |
parent | Ensure fed-sender catchup does not block for full state (#15248) (diff) | |
download | synapse-edcf93817399b409b832f54b8caac0af277eba96.tar.xz |
1.79.0rc2 v1.79.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 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" |