diff options
author | Erik Johnston <erik@matrix.org> | 2023-06-07 14:45:19 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-06-07 14:45:19 +0100 |
commit | 8934c11935001baf1c2bab5f228a308fbb6c896b (patch) | |
tree | 66fc600299e3c9287367fec1173c49c6a4d28e47 /pyproject.toml | |
parent | No need for the extra join since `membership` is built-in to `current_state_e... (diff) | |
parent | Merge branch 'release-v1.85' (diff) | |
download | synapse-8934c11935001baf1c2bab5f228a308fbb6c896b.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 434eaa52ae..d9ce1d84d6 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" |