diff options
author | David Robertson <davidr@element.io> | 2023-07-11 10:28:11 +0100 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-07-11 10:28:11 +0100 |
commit | 7c7bd9898b071385400ef2e083ae0b85c4935242 (patch) | |
tree | a6da5a31b8cd215db486bd4b6535c05d3f85027f /pyproject.toml | |
parent | Add `Server` to Access-Control-Expose-Headers header (#15908) (diff) | |
download | synapse-7c7bd9898b071385400ef2e083ae0b85c4935242.tar.xz |
1.88.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 fc1b8c0dad..b61b8b17ac 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.87.0" +version = "1.88.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |