diff options
author | Erik Johnston <erik@matrix.org> | 2024-02-06 16:33:19 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-02-06 16:33:19 +0000 |
commit | 7c805f00a787b53b0eacddb9cb4b5470b9c8d135 (patch) | |
tree | e3ab4d57ecb91da9356ba95784a1454c9c9c3df2 /pyproject.toml | |
parent | Accept unprefixed form of MSC3981 recurse parameter (#16842) (diff) | |
download | synapse-7c805f00a787b53b0eacddb9cb4b5470b9c8d135.tar.xz |
1.101.0rc1 v1.101.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 a3c5c242ed..4bd4439694 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.100.0" +version = "1.101.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |