diff options
author | Andrew Morgan <andrewm@element.io> | 2022-05-05 15:05:58 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-05-05 15:05:58 +0100 |
commit | 6a17a291a6692bc2a0d48ea052478f4014a19281 (patch) | |
tree | cbee5abd6a3e2f63530fdb8bfb4f553e8793677b /pyproject.toml | |
parent | Include extra dependency groups 'systemd' and 'cache_memory' in debian packag... (diff) | |
download | synapse-6a17a291a6692bc2a0d48ea052478f4014a19281.tar.xz |
1.58.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 f0f029f016..4167abb233 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.58.0" +version = "1.58.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |