diff options
author | Erik Johnston <erik@matrix.org> | 2023-09-15 14:39:20 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2023-09-15 14:39:20 +0100 |
commit | 98d39e590a057ae68ea03f47764042dc8f2e8d75 (patch) | |
tree | d63c0dc3f63ccc62bff37571091da9d7a95a7f29 /pyproject.toml | |
parent | Add automatic purge after all users forget a room (#15488) (diff) | |
parent | Fix Changelog (diff) | |
download | synapse-98d39e590a057ae68ea03f47764042dc8f2e8d75.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 3e06abd0ca..ea2d75fa8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ manifest-path = "rust/Cargo.toml" [tool.poetry] name = "matrix-synapse" -version = "1.92.1" +version = "1.92.2" description = "Homeserver for the Matrix decentralised comms protocol" authors = ["Matrix.org Team and Contributors <packages@matrix.org>"] license = "Apache-2.0" |