diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2024-02-20 15:51:17 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2024-02-20 15:51:17 +0000 |
commit | 7856ec96ef4110012f2dcd00d432931f84ac3f73 (patch) | |
tree | 022becf13f541dbc95ffce9007254b4d8c6ccb19 /pyproject.toml | |
parent | Don't lock up when joining large rooms (#16903) (diff) | |
download | synapse-7856ec96ef4110012f2dcd00d432931f84ac3f73.tar.xz |
1.102.0rc1 v1.102.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 cd8bb39422..e1ffb9ffef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.101.0" +version = "1.102.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |