summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-10-10 12:09:29 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-10-10 12:09:29 +0100
commitb52ad6e4fad6137c18ab585634df70592e3a3147 (patch)
tree5586561b5ddd737ff7861a86d5acdd65d59a2d05 /pyproject.toml
parentAdd DB indices to speed up purging rooms (#16457) (diff)
parent1.94.0 (diff)
downloadsynapse-b52ad6e4fad6137c18ab585634df70592e3a3147.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 ce51021f9c..0831510890 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.94.0rc1"
+version = "1.94.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"