diff options
author | David Robertson <davidr@element.io> | 2023-01-27 11:18:36 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-01-27 11:18:36 +0000 |
commit | 5ef9ff54efec96b08741ed0f250222040b689bb5 (patch) | |
tree | 2850d4dac6524705c321b3c84fe50a107f68a315 /pyproject.toml | |
parent | Batch look-ups to see if rooms are partial stated. (#14917) (diff) | |
download | synapse-5ef9ff54efec96b08741ed0f250222040b689bb5.tar.xz |
1.76.0rc2 v1.76.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 0d671d2583..fd05a2b550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.76.0rc1" +version = "1.76.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |