diff options
author | David Robertson <davidr@element.io> | 2023-09-05 11:21:54 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-09-05 11:21:54 +0100 |
commit | 0425dd28f4c435735759154a5bdb6a793b60f502 (patch) | |
tree | 61bfb58675f2eefac95faadab3fc3ff7a66c38b3 /pyproject.toml | |
parent | Don't wake up destination transaction queue if they're not due for retry. (#1... (diff) | |
download | synapse-0425dd28f4c435735759154a5bdb6a793b60f502.tar.xz |
1.92.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 4585584723..c17f4da72d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.91.1" +version = "1.92.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |