diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-05-18 11:41:53 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2022-05-18 11:41:53 +0100 |
commit | 1aa30f7b3e7767d2845858f37427282710ee94cc (patch) | |
tree | 26e32d6bc8c9c17190f557a7ef3c0dd4f86b9525 /pyproject.toml | |
parent | Discard null-containing strings before updating the user directory (#12762) (diff) | |
download | synapse-1aa30f7b3e7767d2845858f37427282710ee94cc.tar.xz |
1.59.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 e600a1d52e..5a5a2eaba7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ skip_gitignore = true [tool.poetry] name = "matrix-synapse" -version = "1.59.0" +version = "1.59.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |