diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-18 11:46:34 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-18 11:46:34 +0200 |
commit | 4af654f0da31072bf0e0cac33202c621369ee823 (patch) | |
tree | a4f2956506d0ee7373f4264d56152968b6211cb8 /pyproject.toml | |
parent | Switch to macOS 12 runners to fix building of wheels for macOS (#17319) (diff) | |
download | synapse-4af654f0da31072bf0e0cac33202c621369ee823.tar.xz |
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
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" |