diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-09-20 14:54:05 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-09-20 14:54:05 +0100 |
commit | 2b522cceb6cb4919a3a92e99917e7199d9feaeb1 (patch) | |
tree | dd040f29793c45147a826c3cf714981c9f144c8d /pyproject.toml | |
parent | Remove the `complete_sso_login` method from the Module API which was deprecat... (diff) | |
parent | Tweak changelog (diff) | |
download | synapse-2b522cceb6cb4919a3a92e99917e7199d9feaeb1.tar.xz |
Merge branch 'release-v1.68' 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 8e50dd2852..43f165b8d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.67.0" +version = "1.68.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |