diff options
author | Olivier 'reivilibre <oliverw@matrix.org> | 2024-05-07 18:52:15 +0100 |
---|---|---|
committer | Olivier 'reivilibre <oliverw@matrix.org> | 2024-05-07 18:52:15 +0100 |
commit | 4c6e78fa1473872e652f461b70561951cfff5a7d (patch) | |
tree | 2bca148ccba8299cdbdbb1bcbdadd7213ef73330 /pyproject.toml | |
parent | Add note about external_ids for User Admin API in documentation (#17139) (diff) | |
parent | Tweak changelog (diff) | |
download | synapse-4c6e78fa1473872e652f461b70561951cfff5a7d.tar.xz |
Merge branch 'release-v1.107' 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 9ad674b603..48aac66f63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.106.0" +version = "1.107.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |