diff options
author | David Robertson <davidr@element.io> | 2022-04-26 11:15:33 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-04-26 11:15:33 +0100 |
commit | 30db7fdb911ead29052476db2797def29baefa1b (patch) | |
tree | b74976e6c5d8491a47268a05c96a65d9b8b7f45c /pyproject.toml | |
parent | Temporarily lower debian changelog version number (diff) | |
download | synapse-30db7fdb911ead29052476db2797def29baefa1b.tar.xz |
1.58.0rc1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index c7f3e20fed..80e25cef1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.57.1" +version = "1.58.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |