diff options
author | Erik Johnston <erik@matrix.org> | 2022-07-20 13:37:00 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2022-07-20 13:37:00 +0100 |
commit | 93740cae5773536c77c142f84c09267c92866ead (patch) | |
tree | 985027dcac346b35438c262d5ba7640bd3575423 /pyproject.toml | |
parent | Don't include appservice users when calculating push rules (#13332) (diff) | |
download | synapse-93740cae5773536c77c142f84c09267c92866ead.tar.xz |
1.63.1 v1.63.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 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" |