Bump version to 0.9.0

I would have bumped to 0.8.1 only for a deprecation notice fix, but it
seems poezio breaks without this fix for some users..

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-10-19 21:52:14 +02:00
parent da3c74bd36
commit c16d3f1cd9
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
Version xxx: Version 0.9.0:
2022-xx-xx Maxime “pep” Buquet <pep@bouah.net> 2022-10-19 Maxime “pep” Buquet <pep@bouah.net>
* Added: * Added:
- Coroutines in asyncio.wait is now deprecated. Added create_task calls - Coroutines in asyncio.wait is now deprecated. Added create_task calls
- Replaced all ensure_future calls by create_task - Replaced all ensure_future calls by create_task

View file

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