diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-07-25 14:32:47 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-07-25 14:32:47 +0200 |
commit | dbee081d149cf1b496d147e144279b621220e429 (patch) | |
tree | 95bfc7b4a648d92ad78b2610c0a6f9d425e0a1c7 /pyproject.toml | |
parent | Bump pygithub from 1.58.2 to 1.59.0 (#15834) (diff) | |
download | synapse-dbee081d149cf1b496d147e144279b621220e429.tar.xz |
1.89.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 4382ff38e5..89c5edb4db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.88.0" +version = "1.89.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |