Skip to content

Commit

Permalink
0.0.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jul 1, 2023
1 parent c8667b4 commit 95ec879
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog

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

## v0.0.4 (2023-07-01)

### Fix

* Adjust permissions to allow release ([`c8667b4`](https://github.com/chemelli74/aiovodafone/commit/c8667b463f339b7001ee4e6314610065ac9b9c6d))
* Remove legacy python versions that do not support old typing ([#2](https://github.com/chemelli74/aiovodafone/issues/2)) ([`c6d6a87`](https://github.com/chemelli74/aiovodafone/commit/c6d6a8789a723487c65c4bc84ed71d250a987821))
* Add some basic sanity tests ([#1](https://github.com/chemelli74/aiovodafone/issues/1)) ([`1d813d3`](https://github.com/chemelli74/aiovodafone/commit/1d813d3aa798221ceb982ae6b32bb3b5c942422a))
* Dependencies fix ([`118e1b3`](https://github.com/chemelli74/aiovodafone/commit/118e1b335b2cb9132295ba8e59cc84d77caef4ee))
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.0.3"
version = "0.0.4"
description = "Python library to control Vodafone Station"
authors = ["Simone Chemelli <simone.chemelli@gmail.com>"]
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.0.3"
__version__ = "0.0.4"

from .api import VodafoneStationApi, VodafoneStationDevice
from .exceptions import CannotAuthenticate, CannotConnect, VodafoneError
Expand Down

0 comments on commit 95ec879

Please sign in to comment.