diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-03-19 14:19:00 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2024-03-19 14:19:00 +0000 |
commit | 42fa47a2a48b2680bf74c4a093cc40a6e6ba6f6b (patch) | |
tree | 84e632106441d89cab4f71f3fc4712c922bfeeae /pyproject.toml | |
parent | `/sync`: Fix edge-case in calculating the "device_lists" response (#16949) (diff) | |
parent | 1.103.0 (diff) | |
download | synapse-42fa47a2a48b2680bf74c4a093cc40a6e6ba6f6b.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 f0f1112b4b..3bd5736755 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.103.0rc1" +version = "1.103.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |