From 7e380ee6b93be4da4fc06306d4938a57d99edf7b Mon Sep 17 00:00:00 2001 From: Shalin Nijel <89510971+shalinnijel2@users.noreply.github.com> Date: Wed, 26 Apr 2023 13:47:09 +0100 Subject: [PATCH] Updated version number and Changelog. (#229) --- CHANGELOG.md | 3 +++ iso15118/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 542b3225..9786bb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.21.0] - 2023-04-26 +* is_ready_to_charge control added for Authorization by @ikaratass in https://github.com/SwitchEV/iso15118/pull/227 + ## [0.20.0] - 2023-03-22 ### Fixed diff --git a/iso15118/__init__.py b/iso15118/__init__.py index 5f4bb0b3..6a726d85 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.20.0" +__version__ = "0.21.0" diff --git a/pyproject.toml b/pyproject.toml index 15ad66ce..c568c0ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.20.0" +version = "0.21.0" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",