Bump version to 0.8.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
3411d5f673
commit
83dd5d62c4
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Version 0.8.0:
|
||||
xxxx-xx-xx Maxime “pep” Buquet <pep@bouah.net>
|
||||
2022-08-23 Maxime “pep” Buquet <pep@bouah.net>
|
||||
* Breaking:
|
||||
- get_devices and get_active_devices now return Iterable[int] instead of Iterable[str]
|
||||
* Changes:
|
||||
|
|
|
@ -9,5 +9,5 @@
|
|||
See the file LICENSE for copying permission.
|
||||
"""
|
||||
|
||||
__version__ = "0.7.0"
|
||||
__version_info__ = (0, 7, 0)
|
||||
__version__ = "0.8.0"
|
||||
__version_info__ = (0, 8, 0)
|
||||
|
|
Loading…
Reference in a new issue