diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-10-10 12:09:29 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-10-10 12:09:29 +0100 |
commit | b52ad6e4fad6137c18ab585634df70592e3a3147 (patch) | |
tree | 5586561b5ddd737ff7861a86d5acdd65d59a2d05 /pyproject.toml | |
parent | Add DB indices to speed up purging rooms (#16457) (diff) | |
parent | 1.94.0 (diff) | |
download | synapse-b52ad6e4fad6137c18ab585634df70592e3a3147.tar.xz |
Merge branch 'master' into develop
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 ce51021f9c..0831510890 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ module-name = "synapse.synapse_rust" [tool.poetry] name = "matrix-synapse" -version = "1.94.0rc1" +version = "1.94.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |