summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-09-20 14:54:05 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-09-20 14:54:05 +0100
commit2b522cceb6cb4919a3a92e99917e7199d9feaeb1 (patch)
treedd040f29793c45147a826c3cf714981c9f144c8d /pyproject.toml
parentRemove the `complete_sso_login` method from the Module API which was deprecat... (diff)
parentTweak changelog (diff)
downloadsynapse-2b522cceb6cb4919a3a92e99917e7199d9feaeb1.tar.xz
Merge branch 'release-v1.68' into develop
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"