diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-09-12 11:59:35 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-09-12 11:59:35 +0200 |
commit | efe778a0b8f4880b643a6e5d555715ee4a242608 (patch) | |
tree | e878942d74557474265842768c6402b85a4fa815 /pyproject.toml | |
parent | Support releasing on macOS. (#16266) (diff) | |
download | synapse-efe778a0b8f4880b643a6e5d555715ee4a242608.tar.xz |
1.92.0
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 c17f4da72d..f46303ae1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.0rc1" +version = "1.92.0" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |