summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2023-09-26 17:00:34 +0100
committerErik Johnston <erik@matrix.org>2023-09-26 17:00:34 +0100
commit11c6cc1115f43bf7bf1f8b99163ec3cdfa5003d9 (patch)
treef2ce1b9dde66ea7ba959e0779c3cb22415dd95e8 /pyproject.toml
parentAdd a cache around server ACL checking (#16360) (diff)
parent1.93.0 (diff)
downloadsynapse-11c6cc1115f43bf7bf1f8b99163ec3cdfa5003d9.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 ea55d81b13..bf51276f4a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -95,7 +95,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.93.0rc1"
+version = "1.93.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"