diff options
author | Erik Johnston <erik@matrix.org> | 2024-02-13 10:45:40 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-02-13 10:45:40 +0000 |
commit | 2252bae3df89842f5c2fe4edd6367ec13b3655d2 (patch) | |
tree | 8810831c789a42854b61bca1d1b8e12adf5d9957 /pyproject.toml | |
parent | Increase batching when fetching auth chains (#16893) (diff) | |
download | synapse-2252bae3df89842f5c2fe4edd6367ec13b3655d2.tar.xz |
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 4bd4439694..cd8bb39422 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.101.0rc1" +version = "1.101.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |