summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-07-10 10:47:35 +0200
committerQuentin Gliech <quenting@element.io>2024-07-10 10:47:35 +0200
commite0ff850cb7e245e09a3ed7aacf064846732a9a2d (patch)
tree7d95af49c37a2d612d1b60d722af5d4ddc4eef4d /pyproject.toml
parentFix new media APIs when using synapse.app.media_repository (#17420) (diff)
downloadsynapse-e0ff850cb7e245e09a3ed7aacf064846732a9a2d.tar.xz
1.111.0rc2 v1.111.0rc2
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 0b1f03bb81..41de90f9f6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.111.0rc1"
+version = "1.111.0rc2"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"