diff options
author | Erik Johnston <erik@matrix.org> | 2024-05-21 10:54:19 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-05-21 10:54:19 +0100 |
commit | 8b43cc89fae94030708d20d99ee4c2017f39d95d (patch) | |
tree | d0c351b7305a407bb170ad65ac6a057915fc3596 /pyproject.toml | |
parent | Add a short sleep if the request is rate-limited (#17210) (diff) | |
download | synapse-8b43cc89fae94030708d20d99ee4c2017f39d95d.tar.xz |
1.108.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 dd4521ff71..00366ebb6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.107.0" +version = "1.108.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "AGPL-3.0-or-later" |