diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-09-12 15:22:26 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-09-12 15:22:26 +0200 |
commit | 12bee2dcc2d5538f787236975fe4f276631d58b3 (patch) | |
tree | ac7062b55e7e5162ade24a6dc54ff4fba99a3803 /pyproject.toml | |
parent | Bump mypy from 1.4.1 to 1.5.1. (#16300) (diff) | |
parent | 1.92.1 (diff) | |
download | synapse-12bee2dcc2d5538f787236975fe4f276631d58b3.tar.xz |
Merge branch 'master' 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 8747782b29..3e06abd0ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.0rc1" +version = "1.92.1" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |