diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-26 11:13:29 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-26 11:13:29 +0100 |
commit | 23fa636ed70b340e642efbe0c71e1addf4299479 (patch) | |
tree | a02f2b14ebdc5d698976cb7bf8577253e3097b0e /pyproject.toml | |
parent | Tweak changelog (diff) | |
download | synapse-23fa636ed70b340e642efbe0c71e1addf4299479.tar.xz |
1.70.0 v1.70.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 7cd4a15435..0e8f6af728 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.70.0rc2" +version = "1.70.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |