diff options
author | Erik Johnston <erik@matrix.org> | 2024-03-12 15:03:45 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-03-12 15:03:45 +0000 |
commit | 9d7880c0c617a1a042f0430de3753af8467e98a5 (patch) | |
tree | 0329b22e1c06edccddd299c759519ab71e7000f3 /pyproject.toml | |
parent | deactivated flag refactored to filter deactivated users. (#16874) (diff) | |
download | synapse-9d7880c0c617a1a042f0430de3753af8467e98a5.tar.xz |
1.103.0rc1
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 c360d60ec6..2bda9596f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.102.0" +version = "1.103.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |