diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-06-07 16:59:41 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-06-07 16:59:41 +0100 |
commit | 00d915b2a73c8f0dea43d715bd98f7a736167062 (patch) | |
tree | 9aab79048f9ea2ee5250379daf6803556134b939 /pyproject.toml | |
parent | Return the same error message from `/login` when password is incorrect and wh... (diff) | |
parent | Correct typographical errors in the changelog (diff) | |
download | synapse-00d915b2a73c8f0dea43d715bd98f7a736167062.tar.xz |
Merge branch 'master' into develop
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 a6f3169e70..fde6a4f424 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" |