diff options
author | Patrick Cloke <patrickc@matrix.org> | 2023-09-06 11:01:56 -0400 |
---|---|---|
committer | Patrick Cloke <patrickc@matrix.org> | 2023-09-06 11:01:56 -0400 |
commit | c9282baf033aed085ecf909ade9069d1c88308b4 (patch) | |
tree | 688d5d773699e1546490a67345917ef4bd46e0df /pyproject.toml | |
parent | Revert MSC3861 introspection cache, admin impersonation and account lock (#16... (diff) | |
download | synapse-c9282baf033aed085ecf909ade9069d1c88308b4.tar.xz |
1.91.2
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 409b27d902..0591e265c9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.91.1" +version = "1.91.2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |