diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-07-26 16:26:30 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-07-26 16:26:30 +0100 |
commit | 6236afc621925cd01b67cf026cb28b4f7bd0384e (patch) | |
tree | 46ca448665f528fad38ee14e00526f5068b35af7 /pyproject.toml | |
parent | Remove the unspecced `room_id` field in the `/hierarchy` response. (#13365) (diff) | |
parent | Explain less-known term 'Implicit TLS' (diff) | |
download | synapse-6236afc621925cd01b67cf026cb28b4f7bd0384e.tar.xz |
Merge branch 'release-v1.64' 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 4da1331c93..c707737590 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.63.1" +version = "1.64.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |