diff options
author | H. Shay <hillerys@element.io> | 2023-08-23 11:44:01 -0700 |
---|---|---|
committer | H. Shay <hillerys@element.io> | 2023-08-23 11:44:01 -0700 |
commit | 851cbdcb57be7d338e004a4b3dd56685864dd46e (patch) | |
tree | 04a70a712ed48732aaddcdcd1ceac0a350c8c283 /pyproject.toml | |
parent | Stabilize support for MSC3958 (suppress notifications from edits). (#16113) (diff) | |
parent | 1.91.0rc1 (diff) | |
download | synapse-851cbdcb57be7d338e004a4b3dd56685864dd46e.tar.xz |
Merge branch 'release-v1.91' 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 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" |