diff options
author | H. Shay <hillerys@element.io> | 2023-08-23 09:47:29 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-08-23 09:47:29 -0700 |
commit | 23f88f9c595bc0c53d83b3ac95c77b68c5d86f25 (patch) | |
tree | 2fd9aa2ff33614644db7a799d598d97c16e042e8 /pyproject.toml | |
parent | fix changelog (diff) | |
download | synapse-23f88f9c595bc0c53d83b3ac95c77b68c5d86f25.tar.xz |
1.91.0rc1 v1.91.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 0585a9b01e..c2421d7257 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.90.0" +version = "1.91.0rc1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |