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:
parent
da3c74bd36
commit
c16d3f1cd9
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
Version xxx:
|
||||
2022-xx-xx Maxime “pep” Buquet <pep@bouah.net>
|
||||
Version 0.9.0:
|
||||
2022-10-19 Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Added:
|
||||
- Coroutines in asyncio.wait is now deprecated. Added create_task calls
|
||||
- Replaced all ensure_future calls by create_task
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
__version__ = "0.8.0"
|
||||
__version_info__ = (0, 8, 0)
|
||||
__version__ = "0.9.0"
|
||||
__version_info__ = (0, 9, 0)
|
||||
|
|
Loading…
Reference in a new issue