summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-10-28 12:10:37 +0100
committerOlivier Wilkinson (reivilibre) <oliverw@matrix.org>2022-10-28 12:10:37 +0100
commitcc3a04876f5342bfee7cf6238eaa84295a58a965 (patch)
treefc6c59becec786d3323b729f4fc9167df8950687 /pyproject.toml
parentFix room creation being rate limited too aggressively since Synapse v1.69.0. ... (diff)
downloadsynapse-cc3a04876f5342bfee7cf6238eaa84295a58a965.tar.xz
1.70.1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
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"