diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-07 14:45:09 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-07 14:45:09 +0100 |
commit | 140a76c00f5d0bba1670d6e6f41aba85f8ea8dee (patch) | |
tree | a34c9b010f96ac55a4cc5901dc01a486ce57be22 /pyproject.toml | |
parent | Fix link in changelog (diff) | |
parent | Update changelog (diff) | |
download | synapse-140a76c00f5d0bba1670d6e6f41aba85f8ea8dee.tar.xz |
Merge branch 'release-v1.85'
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" |