diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-04-16 15:53:30 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-04-16 15:53:30 +0100 |
commit | fbb2573525090f18b0f8aa10317a61e8cf819e8d (patch) | |
tree | 57ee1685db6cfead03ffb8dc853e938bb14440ad /pyproject.toml | |
parent | 1.105.0rc1 (diff) | |
download | synapse-fbb2573525090f18b0f8aa10317a61e8cf819e8d.tar.xz |
1.105.0 v1.105.0
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 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" |