Skip to content

Commit

Permalink
🚀 Bump patch version and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azogue committed Jan 11, 2023
1 parent 5d9aa74 commit ccd6ce9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [v4.0.1](https://github.com/azogue/aiopvpc/tree/v4.0.1) - Minor fixes (2023-01-11)

[Full Changelog](https://github.com/azogue/aiopvpc/compare/v4.0.1...v4.0.0)

- ✏️ Fix typo on 'injection' keyword (was badly typed as _spanglish_ 'inyection' 😅)
- 🐛 Fix unit for price sensors attributes (from €/MWh to €/kWh)

## [v4.0.0](https://github.com/azogue/aiopvpc/tree/v4.0.0) - Implement ESIOS API Token (2023-01-09)

[Full Changelog](https://github.com/azogue/aiopvpc/compare/v4.0.0...v3.0.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ markers = [

[tool.poetry]
name = "aiopvpc"
version = "4.0.0"
version = "4.0.1"
description = "Retrieval of Spanish Electricity hourly prices (PVPC)"
authors = ["Eugenio Panadero <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit ccd6ce9

Please sign in to comment.