diff options
author | Olivier 'reivilibre <oliverw@matrix.org> | 2024-07-30 17:24:09 +0100 |
---|---|---|
committer | Olivier 'reivilibre <oliverw@matrix.org> | 2024-07-30 17:24:09 +0100 |
commit | 37f9876ccfdd9963cda4ff802882b9eec037877a (patch) | |
tree | d9e9f9b39ca4e0c445129b591751b348af9337da /pyproject.toml | |
parent | Upgrade locked dependency on Twisted to 24.7.0rc1. (#17502) (diff) | |
download | synapse-37f9876ccfdd9963cda4ff802882b9eec037877a.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 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" |