diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-06-07 13:18:02 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-06-07 13:18:02 +0100 |
commit | 495fbf5d63581b602cad1fcc5ec035695116d037 (patch) | |
tree | 3999423d6f25b965bc802818cd3b6281558f92eb /pyproject.toml | |
parent | Fix Debian changelog (diff) | |
download | synapse-495fbf5d63581b602cad1fcc5ec035695116d037.tar.xz |
1.61.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 ec6e81f254..1934174b82 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.60.0" +version = "1.61.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |