summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2024-04-16 17:36:21 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2024-04-16 17:36:21 +0100
commit3a196b3227776a584452936033d25a0090b481f5 (patch)
tree917a1ff941cb3c0de79f895f6510fee4aa32753b /pyproject.toml
parentbugfix: make msc3967 idempotent (#16943) (diff)
parent1.105.0 (diff)
downloadsynapse-3a196b3227776a584452936033d25a0090b481f5.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 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"