diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2023-09-12 13:20:48 +0200 |
---|---|---|
committer | Mathieu Velten <mathieuv@matrix.org> | 2023-09-12 13:20:48 +0200 |
commit | 1296e471c343e001cd6bec4f5395811b3e755116 (patch) | |
tree | bdbb434e55cd202a6a3d7f9659327b623553a3d1 /pyproject.toml | |
parent | Remove kinetic deb build, it's EOL (diff) | |
download | synapse-1296e471c343e001cd6bec4f5395811b3e755116.tar.xz |
1.92.1 v1.92.1
Diffstat (limited to '')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index f46303ae1b..821b13f5c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.0" +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" |