diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-11 16:25:26 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-11 16:25:26 +0200 |
commit | 0248ed70a9da87df6c01cd23feb0627896de11e3 (patch) | |
tree | d9638d2fa98ac6f8221db767edbd73c87e98dbac /pyproject.toml | |
parent | Bump regex from 1.10.4 to 1.10.5 (#17290) (diff) | |
parent | CHANGES.md: s/OTKs/one-time-keys/ (diff) | |
download | synapse-0248ed70a9da87df6c01cd23feb0627896de11e3.tar.xz |
Merge branch 'release-v1.109' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8cc99b8cba..f4f7f70603 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.109.0rc1" +version = "1.109.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |