diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-06-13 14:30:51 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-06-13 14:30:51 +0200 |
commit | 9966eb10a3671958992b57d723fab27b57b6faff (patch) | |
tree | d2b73004b7279ef045a82aeece677f5d8328f8b7 /pyproject.toml | |
parent | Bump regex from 1.7.3 to 1.8.4 (#15769) (diff) | |
download | synapse-9966eb10a3671958992b57d723fab27b57b6faff.tar.xz |
1.86.0rc1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index d42d7644d8..6bbbf95001 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.85.2" +version = "1.86.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |