Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Oct 16, 2023
1 parent ded9990 commit a13c41f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

<!--next-version-placeholder-->

## v0.4.0 (2023-10-16)

### Feature

* Add device type for Technicolor devices ([`2133eb4`](https://github.com/chemelli74/aiovodafone/commit/2133eb45639f426e12ba61b8f80f9ba0b6424c74))
* Use generic post and get methods for Technicolor ([`170043f`](https://github.com/chemelli74/aiovodafone/commit/170043f38fffacacfccb2001efa04bfdb53e4752))
* Support Technicolor Vodafone Stations from Germany ([`09989a6`](https://github.com/chemelli74/aiovodafone/commit/09989a6b83c12347fc1826a5d59da68f2a9f77b7))

### Fix

* Add abstract method for convert_uptime ([`9a2bc9d`](https://github.com/chemelli74/aiovodafone/commit/9a2bc9d2105e39bf390f2101bafdb7a758e4498e))

## v0.3.2 (2023-10-12)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "aiovodafone"
version = "0.3.2"
version = "0.4.0"
description = "Python library to control Vodafone Station"
authors = ["Simone Chemelli <[email protected]>"]
license = "Apache Software License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/aiovodafone/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.2"
__version__ = "0.4.0"

from .api import (
VodafoneStationDevice,
Expand Down

0 comments on commit a13c41f

Please sign in to comment.