diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-26 17:16:15 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-26 17:16:15 +0100 |
commit | a1154dfc20102e7a0d937cd6afff1fceba0456cf (patch) | |
tree | dbcba4fa9388945bc3bd1931df51862fd9d534e3 /pyproject.toml | |
parent | Add MSC3820 (room version 11) option 2 unstable room version. (#15666) (diff) | |
parent | Fix a typographical error in changelog (diff) | |
download | synapse-a1154dfc20102e7a0d937cd6afff1fceba0456cf.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 9c77f9294a..6e9bce65b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.84.0" +version = "1.84.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |