diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-07 10:51:17 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-07 10:51:17 +0100 |
commit | 7acf7f2f8df9726c961b392f21ee7a92d062fb39 (patch) | |
tree | 21ac937093b585fdc0baf2569dfa066a4e5db782 /pyproject.toml | |
parent | Fix schema delta error in 1.85 (#15738) (diff) | |
download | synapse-7acf7f2f8df9726c961b392f21ee7a92d062fb39.tar.xz |
1.85.1
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 745b58d7b5..5b6123dff6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.85.0" +version = "1.85.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |