diff options
author | David Robertson <davidr@element.io> | 2023-01-25 16:21:27 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-01-25 16:21:27 +0000 |
commit | 8a7d2de51fad26cbfb0680482e78c12b5ed90279 (patch) | |
tree | 9f6e375944d14550051f30493f941966dd58a19b /pyproject.toml | |
parent | Bump the client-side timeout for /state (#14912) (diff) | |
download | synapse-8a7d2de51fad26cbfb0680482e78c12b5ed90279.tar.xz |
1.76.0rc1 v1.76.0rc1
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 400eec6ac2..0d671d2583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.75.0" +version = "1.76.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |