summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-07-20 13:37:00 +0100
committerErik Johnston <erik@matrix.org>2022-07-20 13:37:00 +0100
commit93740cae5773536c77c142f84c09267c92866ead (patch)
tree985027dcac346b35438c262d5ba7640bd3575423 /pyproject.toml
parentDon't include appservice users when calculating push rules (#13332) (diff)
downloadsynapse-93740cae5773536c77c142f84c09267c92866ead.tar.xz
1.63.1 v1.63.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 74a473bd34..9eabe15e23 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.63.0" +version = "1.63.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"