diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-23 13:27:31 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-23 13:27:31 +0100 |
commit | 5b18a217ca2f31d06791f165570112f18f2a4ca4 (patch) | |
tree | be762e03089a7f5ad1cbdde51b0a21508c0311f7 /pyproject.toml | |
parent | Bump requests from 2.28.2 to 2.31.0 (#15651) (diff) | |
parent | Tweak changelog and upgrade notes (diff) | |
download | synapse-5b18a217ca2f31d06791f165570112f18f2a4ca4.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 86e1537a6d..9c77f9294a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.84.0rc1" +version = "1.84.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |