summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-09-20 11:30:48 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-09-20 11:30:48 +0100
commite124b24ad90ae6987c3042bb961f48f325596704 (patch)
treea5b6e349cbe42f81441129569983391588d0f5d2 /pyproject.toml
parentDon't include redundant prev_state in new events (#13791) (diff)
downloadsynapse-e124b24ad90ae6987c3042bb961f48f325596704.tar.xz
1.68.0rc1
Diffstat (limited to '')
-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"