diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-28 15:59:51 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2022-10-28 15:59:51 +0100 |
commit | 1335367ca7014a2245f57c13d17885f35283270e (patch) | |
tree | f2e7a7904fc1aa832be1db950065d3ce7ffac2c2 /pyproject.toml | |
parent | Add docs for an empty `trusted_key_servers` config option (#13999) (diff) | |
parent | Tweak changelog (diff) | |
download | synapse-1335367ca7014a2245f57c13d17885f35283270e.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 f129b0229e..4c1c02e8e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.70.0" +version = "1.70.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |