summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorQuentin Gliech <quenting@element.io>2024-06-18 11:46:34 +0200
committerQuentin Gliech <quenting@element.io>2024-06-18 11:46:34 +0200
commit4af654f0da31072bf0e0cac33202c621369ee823 (patch)
treea4f2956506d0ee7373f4264d56152968b6211cb8 /pyproject.toml
parentSwitch to macOS 12 runners to fix building of wheels for macOS (#17319) (diff)
downloadsynapse-4af654f0da31072bf0e0cac33202c621369ee823.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 7567b1de40..1485016a5a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.109.0rc3"
+version = "1.109.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "AGPL-3.0-or-later"