diff options
author | Sean Quah <seanq@matrix.org> | 2022-11-08 10:38:16 +0000 |
---|---|---|
committer | Sean Quah <seanq@matrix.org> | 2022-11-08 10:38:16 +0000 |
commit | 404404733c361891cfb90b2fc07e6cd05458cd40 (patch) | |
tree | 0fe910f62efedb701bfd984a6ed372fa34b29ee2 /pyproject.toml | |
parent | Update CHANGES.md (diff) | |
download | synapse-404404733c361891cfb90b2fc07e6cd05458cd40.tar.xz |
1.71.0
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 249b1cbedf..e07a208e67 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.71.0rc2" +version = "1.71.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |