diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-04-18 09:52:44 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-04-18 09:52:44 +0100 |
commit | ce007103030e281098cf4dccffed44581a32bd13 (patch) | |
tree | 5bf4ce2aaa160e8db5fc3b22ac29b3d16dbee6d8 /pyproject.toml | |
parent | Move Spam Checker callbacks to a dedicated file (#15453) (diff) | |
download | synapse-ce007103030e281098cf4dccffed44581a32bd13.tar.xz |
1.82.0rc1
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 3ffd96c50d..2998bbe950 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.81.0" +version = "1.82.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |