diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-25 11:02:55 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-25 11:02:55 +0100 |
commit | 8c8fcdb87dd8568bbcbc43417fd19609df175957 (patch) | |
tree | 27b42b0980e632da95cc98070311c90a37811ff8 /pyproject.toml | |
parent | Revert behavior change for bundling edits of non-message events (#14283) (diff) | |
download | synapse-8c8fcdb87dd8568bbcbc43417fd19609df175957.tar.xz |
1.70.0rc2
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 ec0fbd1eb9..7cd4a15435 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.70.0rc1" +version = "1.70.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |