diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-12-06 13:37:49 +0000 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-12-06 13:37:49 +0000 |
commit | bb9f15697819d169f0e6c0e184aab4091b0e690d (patch) | |
tree | 671098d9f1937582410c333f6ca94b2507422be6 /pyproject.toml | |
parent | Failover on proper error responses. (#14620) (diff) | |
parent | Minor tweak to tense in changelog (diff) | |
download | synapse-bb9f15697819d169f0e6c0e184aab4091b0e690d.tar.xz |
Merge branch 'master' 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 1368e4e688..df59fa0562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.73.0rc2" +version = "1.73.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |