summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorH. Shay <hillerys@element.io>2023-02-28 08:57:09 -0800
committerH. Shay <hillerys@element.io>2023-02-28 08:57:09 -0800
commit8c3fa748e6c42802c10cea0b9bcece4cf033e751 (patch)
tree13719538a5c488e31e76351167250fcac9480c9d /pyproject.toml
parentFix bug where 5s delays would occasionally happen. (#15150) (diff)
downloadsynapse-8c3fa748e6c42802c10cea0b9bcece4cf033e751.tar.xz
1.78.0 v1.78.0
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index cef7d295c1..482644e043 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.78.0rc1"
+version = "1.78.0"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"