diff options
author | H. Shay <hillerys@element.io> | 2023-06-01 09:16:35 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-06-01 09:16:35 -0700 |
commit | 4c0bffaca5ded573cc26d99bd5831f136f8acacc (patch) | |
tree | 5963c3fdd741efab76500362939648e14f9cc691 /pyproject.toml | |
parent | Add a note about deprecating /register with a user property. (#15703) (diff) | |
download | synapse-4c0bffaca5ded573cc26d99bd5831f136f8acacc.tar.xz |
1.85.0rc2 v1.85.0rc2
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 7227bc7523..4ed4214f34 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" |