Bump version to 0.8.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-08-23 21:26:59 +02:00
parent 3411d5f673
commit 83dd5d62c4
Signed by: pep
GPG key ID: DEDA74AEECA9D0F2
2 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
Version 0.8.0: Version 0.8.0:
xxxx-xx-xx Maxime “pep” Buquet <pep@bouah.net> 2022-08-23 Maxime “pep” Buquet <pep@bouah.net>
* Breaking: * Breaking:
- get_devices and get_active_devices now return Iterable[int] instead of Iterable[str] - get_devices and get_active_devices now return Iterable[int] instead of Iterable[str]
* Changes: * Changes:

View file

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