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