summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-05-26 16:17:50 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2023-05-26 16:17:50 +0100
commit65bf5f3649fd108d91fe64795186d27940e80426 (patch)
tree12eaca39d1083fb8f129cc69392acd8141ea4785 /pyproject.toml
parentFix a bug introduced in Synapse v1.84.0 where workers do not start up when no... (diff)
downloadsynapse-65bf5f3649fd108d91fe64795186d27940e80426.tar.xz
1.84.1
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 9c77f9294a..6e9bce65b6 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.84.0"
+version = "1.84.1"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"