diff options
author | David Robertson <davidr@element.io> | 2022-12-01 10:02:56 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-12-01 10:02:56 +0000 |
commit | 6a41e5022ef640b2e6b085b06b035e6d946e476d (patch) | |
tree | 13a30c870758f7f1f0d4316c64dcebd045abfd06 /pyproject.toml | |
parent | Fix MSC3202 link in changelog (diff) | |
download | synapse-6a41e5022ef640b2e6b085b06b035e6d946e476d.tar.xz |
1.73.0rc2 v1.73.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 3e04bc10b9..af5ce2aa03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.73.0rc1" +version = "1.73.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |