summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier 'reivilibre <oliverw@matrix.org>2024-07-30 16:16:35 +0100
committerOlivier 'reivilibre <oliverw@matrix.org>2024-07-30 16:16:35 +0100
commitdcad81082c2d34f734a6cc308347336396da9e19 (patch)
tree67aa9abc4e864fee4969e027dae3dfa9a352e9e7 /pyproject.toml
parentUpgrade locked dependency on Twisted to 24.7.0rc1. (#17502) (diff)
downloadsynapse-dcad81082c2d34f734a6cc308347336396da9e19.tar.xz
1.111.1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 0f040fc612..c285d10640 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.111.0"
+version = "1.111.1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"