diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-23 10:57:39 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-23 10:57:39 +0100 |
commit | 11ff4884e70457431ec2f816001f3772ac68a522 (patch) | |
tree | b1ed8dbd7f97f83cc3c2d77c48177e743e8ec96e /pyproject.toml | |
parent | `traceback.format_exception(...)` usage that is compatible with Python 3.7 an... (diff) | |
download | synapse-11ff4884e70457431ec2f816001f3772ac68a522.tar.xz |
1.84.0
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" |