diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-02-21 14:37:44 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-02-21 14:37:44 +0000 |
commit | a3d471e92938ad4cd2a7fc49e651791ba4d328d3 (patch) | |
tree | 5439ad61265a4b990b7ed2dbe7c811bc2f0d6da3 /pyproject.toml | |
parent | Tweak logging for when a worker waits for its view of a replication stream to... (diff) | |
download | synapse-a3d471e92938ad4cd2a7fc49e651791ba4d328d3.tar.xz |
1.78.0rc1
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 1444642c89..cef7d295c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.77.0" +version = "1.78.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |