diff options
author | David Robertson <davidr@element.io> | 2022-12-01 13:43:30 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2022-12-01 13:43:30 +0000 |
commit | 781b14ec69897a3b993fc46e43480a04cf2ad5f4 (patch) | |
tree | 169c9f3cfe3246c3a76fd9627e8ae917a012901a /pyproject.toml | |
parent | Modernize unit tests configuration settings for workers. (#14568) (diff) | |
parent | 1.73.0rc2 (diff) | |
download | synapse-781b14ec69897a3b993fc46e43480a04cf2ad5f4.tar.xz |
Merge branch 'release-v1.73' into develop
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 5a265ba5a5..af5ce2aa03 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.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |