diff options
author | H. Shay <hillerys@element.io> | 2023-06-01 10:26:37 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-06-01 10:26:37 -0700 |
commit | 8af29155ececd8fb18e54241012d73d60c33a79f (patch) | |
tree | 3cf0abbfddefcc6e0617e4df1f89cc11a86fce6c /pyproject.toml | |
parent | Cache requests for user's devices from federation (#15675) (diff) | |
parent | 1.85.0rc2 (diff) | |
download | synapse-8af29155ececd8fb18e54241012d73d60c33a79f.tar.xz |
Merge branch 'release-v1.85' 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 4476f57ca7..9802cd2a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.85.0rc1" +version = "1.85.0rc2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |