diff options
author | Andrew Morgan <andrewm@element.io> | 2022-06-28 14:33:56 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-06-28 14:37:35 +0100 |
commit | ea10cdbea703f94a84a484377485de8dc14a963a (patch) | |
tree | a6f93fbca078522d5b9f3674a899d21c6d91bd23 /pyproject.toml | |
parent | Merge pull request from GHSA-22p3-qrh9-cx32 (diff) | |
download | synapse-ea10cdbea703f94a84a484377485de8dc14a963a.tar.xz |
1.61.1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 8b21bdc837..7d33c08f73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.61.0" +version = "1.61.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |