summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-09-05 11:21:54 +0100
committerDavid Robertson <davidr@element.io>2023-09-05 11:21:54 +0100
commit0425dd28f4c435735759154a5bdb6a793b60f502 (patch)
tree61bfb58675f2eefac95faadab3fc3ff7a66c38b3 /pyproject.toml
parentDon't wake up destination transaction queue if they're not due for retry. (#1... (diff)
downloadsynapse-0425dd28f4c435735759154a5bdb6a793b60f502.tar.xz
1.92.0rc1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"