diff options
author | Andrew Morgan <andrewm@element.io> | 2022-06-28 16:36:08 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-06-28 16:42:44 +0100 |
commit | b210146fd97c58c29ee4dacab2f964e7b9b33c46 (patch) | |
tree | d56ded35d224d4bf1ca80a3b153d563fb14486bb /pyproject.toml | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-b210146fd97c58c29ee4dacab2f964e7b9b33c46.tar.xz |
1.62.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 df44ee3140..8b66d3a9e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.61.1" +version = "1.62.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |