diff options
author | Erik Johnston <erik@matrix.org> | 2024-04-23 17:06:52 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-04-23 17:06:52 +0100 |
commit | 0fe9e1f7dafa80f3e02762f7ae75cefee5b3316c (patch) | |
tree | 7a796c9290ce5c626a3be54c6d51d95a0be4c364 /pyproject.toml | |
parent | Send an email if the address is already bound to an user account (#16819) (diff) | |
parent | 1.105.1 (diff) | |
download | synapse-0fe9e1f7dafa80f3e02762f7ae75cefee5b3316c.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 fb310589f7..ed0f5ef4ba 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" |