diff --git a/CHANGELOG.md b/CHANGELOG.md index 41b4b21..69c4f49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v0.0.8 (2023-09-05) + +### Fix + +* Labels ([`6c78985`](https://github.com/chemelli74/aiovodafone/commit/6c7898585ee8ab9b8945e8bf1c86dcb5dca7cf7f)) +* Labels ([`2e24074`](https://github.com/chemelli74/aiovodafone/commit/2e240749b1c41b7c3a025947191b68d92b7438a4)) + ## v0.0.7 (2023-09-05) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 1a2c54d..0abf1c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.0.7" +version = "0.0.8" description = "Python library to control Vodafone Station" authors = ["Simone Chemelli "] license = "Apache Software License 2.0" diff --git a/src/aiovodafone/__init__.py b/src/aiovodafone/__init__.py index 2da382b..0ce726a 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.7" +__version__ = "0.0.8" from .api import VodafoneStationApi, VodafoneStationDevice from .exceptions import CannotAuthenticate, CannotConnect, VodafoneError