diff options
author | H. Shay <hillerys@element.io> | 2023-02-28 08:57:09 -0800 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-02-28 08:57:09 -0800 |
commit | 8c3fa748e6c42802c10cea0b9bcece4cf033e751 (patch) | |
tree | 13719538a5c488e31e76351167250fcac9480c9d /pyproject.toml | |
parent | Fix bug where 5s delays would occasionally happen. (#15150) (diff) | |
download | synapse-8c3fa748e6c42802c10cea0b9bcece4cf033e751.tar.xz |
1.78.0 v1.78.0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
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" |