Bump version to 0.9.1
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
26fbb7e28c
commit
3db55cf137
2 changed files with 7 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue