diff options
author | H. Shay <hillerys@element.io> | 2023-03-22 08:30:23 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-03-22 08:30:23 -0700 |
commit | 7655bc054296ced0810d0a649ac7993c9443658b (patch) | |
tree | 211ee39fee173cdbf6dde426301e2a3cbfbaab83 /pyproject.toml | |
parent | Merge commit '96bcc5d902' into release-v1.80 (diff) | |
download | synapse-7655bc054296ced0810d0a649ac7993c9443658b.tar.xz |
1.80.0rc2 v1.80.0rc2
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0ba5c9480a..19dc7c1536 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.80.0rc1" +version = "1.80.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |