diff options
author | Richard van der Hoff <richard@matrix.org> | 2022-07-29 12:23:13 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2022-07-29 12:23:13 +0100 |
commit | 6b4fd8b43068c863b2861be997f8acb7568aff47 (patch) | |
tree | 4a72688dbd5fe6bf2964c4db8a40287c7dc8bcce /pyproject.toml | |
parent | Revert "Drop support for delegating email validation (#13192)" (#13406) (diff) | |
download | synapse-6b4fd8b43068c863b2861be997f8acb7568aff47.tar.xz |
1.64.0rc2
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 c707737590..4e8f7ae4f1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.64.0rc1" +version = "1.64.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |