summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-07-09 11:51:51 +0200
committerQuentin Gliech <quenting@element.io>2024-07-09 11:51:51 +0200
commitabb1384502f66ddde3fd0db844c4e719b01023ff (patch)
treef7200e5fe7c7fea9e2483675e8b53f824a338c52 /pyproject.toml
parentFix `/versions` requests (#17410) (diff)
downloadsynapse-abb1384502f66ddde3fd0db844c4e719b01023ff.tar.xz
1.111.0rc1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 2d1481f263..0b1f03bb81 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.110.0"
+version = "1.111.0rc1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"