diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-07-26 17:07:42 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-07-26 17:07:42 +0200 |
commit | 6dc019d9dd0abe68f5a4656f939ec81e81e3bf84 (patch) | |
tree | 83081e2393ae1b55d59bc6b2a3c862fdc429e020 /pyproject.toml | |
parent | Bump serde from 1.0.171 to 1.0.175 (#15982) (diff) | |
parent | Edit changelog (diff) | |
download | synapse-6dc019d9dd0abe68f5a4656f939ec81e81e3bf84.tar.xz |
Merge branch 'release-v1.89' into develop
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" |