From 1233c81c6cb76f3c12843ef2b7df2d7f17556125 Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 28 Jul 2023 20:59:29 +0000 Subject: [PATCH] 0.0.5 Automatically generated by python-semantic-release --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/aiovodafone/__init__.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 316b07b..e1f6915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.0.5 (2023-07-28) + +### Fix + +* Improve login handling ([`e50cf1a`](https://github.com/chemelli74/aiovodafone/commit/e50cf1a8ebf47b2088d9e43d321b6b18329d97bb)) +* Stop script if login fails ([`3a31c02`](https://github.com/chemelli74/aiovodafone/commit/3a31c025660443c3455f5d3e2acab4721c34a0be)) +* Drop python 3.9 ([`dd2ecb6`](https://github.com/chemelli74/aiovodafone/commit/dd2ecb66a9d5be687c4c576ae3e806f24791d6a5)) + ## v0.0.4 (2023-07-01) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 9fb4257..aec52c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.0.4" +version = "0.0.5" 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 f2abd06..03bddb9 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.4" +__version__ = "0.0.5" from .api import VodafoneStationApi, VodafoneStationDevice from .exceptions import CannotAuthenticate, CannotConnect, VodafoneError