diff options
author | David Robertson <davidr@element.io> | 2022-11-29 12:32:02 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-11-29 12:32:02 +0000 |
commit | 8c5b8e6d40b28bd134326a8063992cdfeef7b60d (patch) | |
tree | 01d65e616604ce8ed8f9e218b4316a43b2b72b7d /pyproject.toml | |
parent | Fix GHA job for pushing the complement-synapse image (#14573) (diff) | |
download | synapse-8c5b8e6d40b28bd134326a8063992cdfeef7b60d.tar.xz |
1.73.0rc1
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 5a265ba5a5..3e04bc10b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.72.0" +version = "1.73.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |