summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2023-11-16 12:58:00 -0500
committerPatrick Cloke <patrickc@matrix.org>2023-11-16 12:58:00 -0500
commitff0148a165d8c6405319d177f90b817f14b92040 (patch)
treeb39efa47756d0312fc6e311d9867ddf5590016fe /pyproject.toml
parentFix "'int' object is not iterable" error in set_device_id_for_pushers backgro... (diff)
downloadsynapse-ff0148a165d8c6405319d177f90b817f14b92040.tar.xz
1.96.0
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 23e0004395..daf5f5baa2 100644 --- a/pyproject.toml +++ b/pyproject.toml
@@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.96.0rc1" +version = "1.96.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0"