diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-08 13:16:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-08 13:16:46 +0100 |
commit | f6321e386c804017f04c7bdfddda6afb618702ba (patch) | |
tree | 56d843464e20d7914256bc52cd44a3670caf0085 /pyproject.toml | |
parent | Clear event caches when we purge history (#15609) (diff) | |
parent | Merge branch 'release-v1.85' (diff) | |
download | synapse-f6321e386c804017f04c7bdfddda6afb618702ba.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 d9ce1d84d6..d42d7644d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.85.1" +version = "1.85.2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |