diff options
author | Andrew Morgan <andrewm@element.io> | 2022-05-05 17:43:27 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-05-05 17:43:27 +0100 |
commit | f1fbf75cfc1d3c69c069caca7acec81c5c2b0059 (patch) | |
tree | 2a1597abd59f8118afa49f7e53a13147bc114c31 /pyproject.toml | |
parent | Support MSC3266 room summaries over federation (#11507) (diff) | |
parent | Update v1.58.1 changelog entry with more familiar language (diff) | |
download | synapse-f1fbf75cfc1d3c69c069caca7acec81c5c2b0059.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 cf3982d124..446895711b 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" |