diff options
author | H. Shay <hillerys@element.io> | 2023-03-21 10:56:21 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-03-21 10:56:21 -0700 |
commit | 72832a615800828b81c3f4c2ce83bc91d950d527 (patch) | |
tree | b535df10bba6d456bbb7a918f97e63f2de117384 /pyproject.toml | |
parent | Document that our Docker images are mirrored to GHCR. (#15282) (diff) | |
download | synapse-72832a615800828b81c3f4c2ce83bc91d950d527.tar.xz |
1.80.0rc1
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 2df931653c..0ba5c9480a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.79.0" +version = "1.80.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |