Release 0.7.0

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2022-04-03 20:38:25 +02:00
parent 7324193966
commit dccb877b41
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.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.

View file

@ -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)