Skip to content

Commit

Permalink
0.7.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Nov 1, 2024
1 parent 4e15884 commit 446ea4d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
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.7.0"
version = "0.7.1"
description = "Python library to control Vodafone Station"
authors = ["Simone Chemelli <simone.chemelli@gmail.com>"]
license = "Apache-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,6 +1,6 @@
"""aiovodafone library."""

__version__ = "0.7.0"
__version__ = "0.7.1"

from .api import (
VodafoneStationDevice,
Expand Down

0 comments on commit 446ea4d

Please # to comment.