Bump version to 0.9.1

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2023-05-18 15:55:31 +02:00
parent 26fbb7e28c
commit 3db55cf137
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
Version 0.9.1:
2023-05-18 Maxime “pep” Buquet <pep@bouah.net>
* Changes:
- Move `XEP_0384.session_start_omemo` around and ensure it is being
awaited.
Version 0.9.0:
2022-10-19 Maxime “pep” Buquet <pep@bouah.net>
* Added:

View file

@ -9,5 +9,5 @@
See the file LICENSE for copying permission.
"""
__version__ = "0.9.0"
__version_info__ = (0, 9, 0)
__version__ = "0.9.1"
__version_info__ = (0, 9, 1)