diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-12-06 11:49:37 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-12-06 11:49:37 +0000 |
commit | dc6b60f68d0e94d585dec557c35eea89e0b0ea35 (patch) | |
tree | 9cc086d59da98eca0283d863ce489634bc3b5c5a /pyproject.toml | |
parent | 1.73.0rc2 (diff) | |
download | synapse-dc6b60f68d0e94d585dec557c35eea89e0b0ea35.tar.xz |
1.73.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 af5ce2aa03..5537d4a0f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.73.0rc2" +version = "1.73.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |