summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-05-18 11:41:53 +0100
committerBrendan Abolivier <babolivier@matrix.org>2022-05-18 11:41:53 +0100
commit1aa30f7b3e7767d2845858f37427282710ee94cc (patch)
tree26e32d6bc8c9c17190f557a7ef3c0dd4f86b9525 /pyproject.toml
parentDiscard null-containing strings before updating the user directory (#12762) (diff)
downloadsynapse-1aa30f7b3e7767d2845858f37427282710ee94cc.tar.xz
1.59.1
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
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"