diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-20 17:44:19 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-04-20 17:44:19 +0100 |
commit | 01c8f9ca6951f5f666c30f5cfd72828419944a5b (patch) | |
tree | 8b74bdcd87e237135fccf8d1a50a2879b527b791 /pyproject.toml | |
parent | Dump setuptools; correct pyproject version number (#12478) (diff) | |
parent | Clarify changelog entry (diff) | |
download | synapse-01c8f9ca6951f5f666c30f5cfd72828419944a5b.tar.xz |
Merge branch 'master' into develop
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 c04857b791..c7f3e20fed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.57.0" +version = "1.57.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |