summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2024-03-19 14:19:00 +0000
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2024-03-19 14:19:00 +0000
commit42fa47a2a48b2680bf74c4a093cc40a6e6ba6f6b (patch)
tree84e632106441d89cab4f71f3fc4712c922bfeeae /pyproject.toml
parent`/sync`: Fix edge-case in calculating the "device_lists" response (#16949) (diff)
parent1.103.0 (diff)
downloadsynapse-42fa47a2a48b2680bf74c4a093cc40a6e6ba6f6b.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"