diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-11-16 12:58:00 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-11-16 12:58:00 -0500 |
commit | ff0148a165d8c6405319d177f90b817f14b92040 (patch) | |
tree | b39efa47756d0312fc6e311d9867ddf5590016fe /pyproject.toml | |
parent | Fix "'int' object is not iterable" error in set_device_id_for_pushers backgro... (diff) | |
download | synapse-ff0148a165d8c6405319d177f90b817f14b92040.tar.xz |
1.96.0
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 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" |