diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-11-17 08:43:47 -0500 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-11-17 08:43:47 -0500 |
commit | bdb0cbc5cafb40f6d4920caac763feeeff0f60cf (patch) | |
tree | fcb582ba48812bbb63cf48cbaf82afead39a0cf5 /pyproject.toml | |
parent | Update admin user API return types in docs. (#16654) (diff) | |
parent | Tweaks from review. (diff) | |
download | synapse-bdb0cbc5cafb40f6d4920caac763feeeff0f60cf.tar.xz |
Merge branch 'master' into develop
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 825ff73f95..47c255e395 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.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |