From 53a283907bb15ef02353abc55f944390e2ebfa80 Mon Sep 17 00:00:00 2001 From: Shalin Nijel <89510971+shalinnijel2@users.noreply.github.com> Date: Wed, 17 Apr 2024 15:22:19 +0100 Subject: [PATCH] Updated version numbers --- CHANGELOG.md | 5 +++++ iso15118/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cdfeaff..a0860c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.27.0] - 2024-04-17 +* ScheduleExchangeRes parsing fix by @heavyweight87 in https://github.com/SwitchEV/iso15118/pull/391 +* Moved contactor status check for dc to be after cable check by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/396 +* Simulate soc in -2, -20 and din. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/393 + ## [0.26.0] - 2024-03-20 * Jtt 770 return ongoing if cs is not ready by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/387 * Fixes for issue where the saved session context wasn't found on waking up. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/388 diff --git a/iso15118/__init__.py b/iso15118/__init__.py index 025f4c5d..cde6d897 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.26.1" +__version__ = "0.27.0" diff --git a/pyproject.toml b/pyproject.toml index f83887b6..a838a6c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.26.1" +version = "0.27.0" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",