From ccd6ce940f157aa9bc48396b2b9b010baaa8a748 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eugenio=20Panadero=20Maci=C3=A1?= Date: Wed, 11 Jan 2023 09:01:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Bump=20patch=20version=20and=20u?= =?UTF-8?q?pdate=20CHANGELOG.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e13445f..e15ba9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pyproject.toml b/pyproject.toml index 7179d0a..63cb910 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"