diff options
author | Erik Johnston <erik@matrix.org> | 2024-04-23 15:57:13 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-04-23 15:57:13 +0100 |
commit | 20c9e195197567c209edf45383e5d0cdd2ef2a5f (patch) | |
tree | 589253a4c201bb753627e04565cf845e65d89a10 /pyproject.toml | |
parent | Fix GHSA-3h7q-rfh9-xm4v (diff) | |
download | synapse-20c9e195197567c209edf45383e5d0cdd2ef2a5f.tar.xz |
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f0f025645f..508d31d8d7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.105.0" +version = "1.105.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |