diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-04-16 17:36:21 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-04-16 17:36:21 +0100 |
commit | 3a196b3227776a584452936033d25a0090b481f5 (patch) | |
tree | 917a1ff941cb3c0de79f895f6510fee4aa32753b /pyproject.toml | |
parent | bugfix: make msc3967 idempotent (#16943) (diff) | |
parent | 1.105.0 (diff) | |
download | synapse-3a196b3227776a584452936033d25a0090b481f5.tar.xz |
Merge branch 'master' 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 226b591be4..f0f025645f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.105.0rc1" +version = "1.105.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |