diff options
author | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-16 11:23:05 +0100 |
---|---|---|
committer | Olivier Wilkinson (reivilibre) <oliverw@matrix.org> | 2023-05-16 11:23:05 +0100 |
commit | 3ec9f3b0cc2766d361b458420de5399cad87b17b (patch) | |
tree | 15c3d03a7e70cc5fd0fb290570f6414fab7b2d2b /pyproject.toml | |
parent | Revert "Fix subscriptable dict type" (diff) | |
download | synapse-3ec9f3b0cc2766d361b458420de5399cad87b17b.tar.xz |
1.84.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 6471c1a40b..86e1537a6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.83.0" +version = "1.84.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |