diff options
author | Andrew Morgan <andrewm@element.io> | 2022-06-28 15:19:48 +0100 |
---|---|---|
committer | Andrew Morgan <andrewm@element.io> | 2022-06-28 15:19:48 +0100 |
commit | 6cba6a51af81cc3a6868752a8ec2189bc03d1cae (patch) | |
tree | 81858ec38cef11fb2e66460b4f646dc572b7bcfd /pyproject.toml | |
parent | Fix serialization errors when rotating notifications (#13118) (diff) | |
parent | Linkify GHSA commit (diff) | |
download | synapse-6cba6a51af81cc3a6868752a8ec2189bc03d1cae.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 3a56c42c0b..df44ee3140 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" |