diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-03-14 16:15:01 +0100 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-03-14 16:15:01 +0100 |
commit | 8b1af08c6ed141101d127bcf9909f23b2b621510 (patch) | |
tree | 2219a691d876f78629358fea2cbcff02d7602720 /pyproject.toml | |
parent | 1.79.0rc2 (diff) | |
download | synapse-8b1af08c6ed141101d127bcf9909f23b2b621510.tar.xz |
1.79.0 v1.79.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 dbdc3c4991..4dc228ee6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.79.0rc2" +version = "1.79.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |