diff options
author | Olivier 'reivilibre <oliverw@matrix.org> | 2024-04-25 15:55:18 +0100 |
---|---|---|
committer | Olivier 'reivilibre <oliverw@matrix.org> | 2024-04-25 15:55:18 +0100 |
commit | 48a90c697b7d6faf1d44273dfe5c4e76467a0bc4 (patch) | |
tree | 30abbbc192fc66bb26566fe5a151bd0372fe7562 /pyproject.toml | |
parent | Redact membership events if the user requested erasure upon deactivating (#17... (diff) | |
download | synapse-48a90c697b7d6faf1d44273dfe5c4e76467a0bc4.tar.xz |
1.106.0rc1
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 ed0f5ef4ba..5e47a46cd7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.105.1" +version = "1.106.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |