diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-28 12:10:37 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-28 12:10:37 +0100 |
commit | cc3a04876f5342bfee7cf6238eaa84295a58a965 (patch) | |
tree | fc6c59becec786d3323b729f4fc9167df8950687 /pyproject.toml | |
parent | Fix room creation being rate limited too aggressively since Synapse v1.69.0. ... (diff) | |
download | synapse-cc3a04876f5342bfee7cf6238eaa84295a58a965.tar.xz |
1.70.1
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 0e8f6af728..4160809276 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.70.0" +version = "1.70.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |