Skip to content

Commit

Permalink
env: bump patch version and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
azogue committed Jun 1, 2021
1 parent db0f9bf commit 9b38c02
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v2.1.2](https://github.com/azogue/aiopvpc/tree/v2.1.2) - Quick adapt to new tariff 2.0TD (2021-05-31)

[Full Changelog](https://github.com/azogue/aiopvpc/compare/v2.1.2...v2.1.1)

**Changes:**

- Use "PCB" and "CYM" keys to retrieve prices for dates > 2021-06-01 to match new JSON from Esios API for new '2.0 TD' tariff.
- Add new flag to set prices for Ceuta & Melilla (to use "CYM" identifier instead of "PCB")

## [v2.1.1](https://github.com/azogue/aiopvpc/tree/v2.1.1) - Fix prices badly assigned outside default timezone (2021-05-16)

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

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

0 comments on commit 9b38c02

Please sign in to comment.