Skip to content

Commit

Permalink
0.6.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jun 24, 2024
1 parent f929cfc commit e9419dc
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## v0.6.1 (2024-06-24)

### Fix

- Fix license classifier (#131) ([`f929cfc`](https://github.com/chemelli74/aiovodafone/commit/f929cfc8e62610953bd20780eafe9023a5e86647))


### Unknown

### Build

- Bump pytest from 8.2.1 to 8.2.2 ([`849cafc`](https://github.com/chemelli74/aiovodafone/commit/849cafc9230aa38f6b67544e4db0b952b3b32302))
- Bump pytest from 8.2.0 to 8.2.1 ([`eff402e`](https://github.com/chemelli74/aiovodafone/commit/eff402ef05f0cc298a18df197f686e4b8a523917))
- Bump pytest from 8.1.1 to 8.2.0 ([`12cebbb`](https://github.com/chemelli74/aiovodafone/commit/12cebbb29730ebf6a470052fdba30c5b87ad8aa3))


## v0.6.0 (2024-04-28)

### Unknown
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.6.0"
version = "0.6.1"
description = "Python library to control Vodafone Station"
authors = ["Simone Chemelli <simone.chemelli@gmail.com>"]
readme = "README.md"
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.6.0"
__version__ = "0.6.1"

from .api import (
VodafoneStationDevice,
Expand Down

0 comments on commit e9419dc

Please sign in to comment.