diff options
author | David Robertson <davidr@element.io> | 2023-05-30 14:03:22 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-05-30 14:03:22 +0100 |
commit | a103b874dddc6246b06b168992fbdb7aaeb0183f (patch) | |
tree | 67b2af424f8c9c88ecb0ab5cdf5acf757a6ef235 /pyproject.toml | |
parent | Create dependabot changelogs at release time (#15481) (diff) | |
download | synapse-a103b874dddc6246b06b168992fbdb7aaeb0183f.tar.xz |
1.85.0rc1
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 6e9bce65b6..7227bc7523 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.84.1" +version = "1.85.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |