summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorOlivier 'reivilibre <oliverw@matrix.org>2024-04-25 15:55:18 +0100
committerOlivier 'reivilibre <oliverw@matrix.org>2024-04-25 15:55:18 +0100
commit48a90c697b7d6faf1d44273dfe5c4e76467a0bc4 (patch)
tree30abbbc192fc66bb26566fe5a151bd0372fe7562 /pyproject.toml
parentRedact membership events if the user requested erasure upon deactivating (#17... (diff)
downloadsynapse-48a90c697b7d6faf1d44273dfe5c4e76467a0bc4.tar.xz
1.106.0rc1
Diffstat (limited to '')
-rw-r--r--pyproject.toml2
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"