diff options
author | Erik Johnston <erik@matrix.org> | 2022-10-19 14:12:03 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-10-19 14:12:03 +0100 |
commit | 15a240f13565765dcb0e3e3b7da64a7bfc1f2a33 (patch) | |
tree | daaa97ab5f5ca7879478b48d8ada0e945ca08472 /pyproject.toml | |
parent | Fix MSC3030 `/timestamp_to_event` returning `outliers` that it has no idea wh... (diff) | |
download | synapse-15a240f13565765dcb0e3e3b7da64a7bfc1f2a33.tar.xz |
1.70.0rc1
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 554eed0fa4..6ebac41ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.69.0" +version = "1.70.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |