diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-09-20 11:30:48 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-09-20 11:30:48 +0100 |
commit | e124b24ad90ae6987c3042bb961f48f325596704 (patch) | |
tree | a5b6e349cbe42f81441129569983391588d0f5d2 /pyproject.toml | |
parent | Don't include redundant prev_state in new events (#13791) (diff) | |
download | synapse-e124b24ad90ae6987c3042bb961f48f325596704.tar.xz |
1.68.0rc1
Diffstat (limited to '')
-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" |