diff --git a/CHANGELOG.md b/CHANGELOG.md index b64303a..886518a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.3.2 (2023-10-12) + +### Fix + +* Timestamp formatting works on Windows ([`e614eac`](https://github.com/chemelli74/aiovodafone/commit/e614eacc0f93c638cea64ed0a685d610bd34f14f)) + ## v0.3.1 (2023-09-26) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 28d6573..05d174f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aiovodafone" -version = "0.3.1" +version = "0.3.2" 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 c2c2ee4..442794e 100644 --- a/src/aiovodafone/__init__.py +++ b/src/aiovodafone/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" from .api import ( VodafoneStationDevice,