summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorMathieu Velten <mathieuv@matrix.org>2023-09-18 15:29:46 +0200
committerMathieu Velten <mathieuv@matrix.org>2023-09-18 15:29:46 +0200
commitd8aed6fba7c4b919c5e76352a84686f85b642efc (patch)
treeded376f4ac5959c9886e9b0bdc1c4a37bb042454 /pyproject.toml
parentMandate Pillow>=10.0.1 because of libwebp CVE (#16347) (diff)
downloadsynapse-d8aed6fba7c4b919c5e76352a84686f85b642efc.tar.xz
1.92.3
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 d66089a67d..572e886725 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml"
 
 [tool.poetry]
 name = "matrix-synapse"
-version = "1.92.2"
+version = "1.92.3"
 description = "Homeserver for the Matrix decentralised comms protocol"
 authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
 license = "Apache-2.0"