diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc9a4d..9064983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## v0.7.1 (2024-11-01) + +### Bug fixes + +- Fix license classifier (#177) ([`4e15884`](https://github.com/chemelli74/aiovodafone/commit/4e15884397fd9714c3d7599d74f289b51dfc1c2d)) + + ## v0.7.0 (2024-11-01) ### Build system diff --git a/pyproject.toml b/pyproject.toml index b30da87..78758b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.7.0" +version = "0.7.1" description = "Python library to control Vodafone Station" authors = ["Simone Chemelli "] license = "Apache-2.0" diff --git a/src/aiovodafone/__init__.py b/src/aiovodafone/__init__.py index fdbc58a..18c6ec0 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,6 +1,6 @@ """aiovodafone library.""" -__version__ = "0.7.0" +__version__ = "0.7.1" from .api import ( VodafoneStationDevice,