Release 0.7.0
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
7324193966
commit
dccb877b41
2 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
Version XXX:
|
Version 0.7.0:
|
||||||
2022-XX-XX Maxime “pep” Buquet <pep@bouah.net>
|
2022-04-03 Maxime “pep” Buquet <pep@bouah.net>
|
||||||
* Breaking:
|
* Breaking:
|
||||||
- Removed get_device_list method in favor of newly added get_devices and
|
- Removed get_device_list method in favor of newly added get_devices and
|
||||||
get_active_devices methods.
|
get_active_devices methods.
|
||||||
|
|
|
@ -9,5 +9,5 @@
|
||||||
See the file LICENSE for copying permission.
|
See the file LICENSE for copying permission.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
__version__ = "0.6.1"
|
__version__ = "0.7.0"
|
||||||
__version_info__ = (0, 6, 1)
|
__version_info__ = (0, 7, 0)
|
||||||
|
|
Loading…
Reference in a new issue