summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 18:14:57 +0200
committerTill Faelligen <2353100+S7evinK@users.noreply.github.com>2024-06-26 18:14:57 +0200
commitf75da9cc53968cccf73b44834c9f0a619730ab09 (patch)
treee2f38acaeb589c256f193539a217a805ae14074e /pyproject.toml
parentFix uploading packages to PyPi (#17363) (diff)
downloadsynapse-f75da9cc53968cccf73b44834c9f0a619730ab09.tar.xz
1.110.0rc2 v1.110.0rc2
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 19998c1acf..bbf9c78420 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.110.0rc1"
+version = "1.110.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"