diff options
author | David Robertson <davidr@element.io> | 2023-11-21 12:38:46 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-11-21 12:38:46 +0000 |
commit | bb86eb98147d4b9d78bcd564133666f2d777c5c3 (patch) | |
tree | e33216c3ec8b1efe38be03824b6b9cb7c40bec9d /pyproject.toml | |
parent | Speed up how quickly we launch new tasks (#16660) (diff) | |
download | synapse-bb86eb98147d4b9d78bcd564133666f2d777c5c3.tar.xz |
1.97.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 47c255e395..bd4ac09ae6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.96.1" +version = "1.97.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |