diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-07-26 12:12:22 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-07-26 12:12:22 +0100 |
commit | 641412decde53bad393d478858355ae1db5306cf (patch) | |
tree | 19aaae85176c4c0a1259d4911dede77e31157fc7 /pyproject.toml | |
parent | Disable autocorrect and autocaptialisation when entering username for SSO reg... (diff) | |
download | synapse-641412decde53bad393d478858355ae1db5306cf.tar.xz |
1.64.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 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" |