From f7f5af96ad903c7872bc052d9c1a3d7c7ac70e95 Mon Sep 17 00:00:00 2001 From: Shalin Nijel <89510971+shalinnijel2@users.noreply.github.com> Date: Thu, 2 May 2024 12:24:13 +0100 Subject: [PATCH] Updated version numbers --- CHANGELOG.md | 7 +++++++ iso15118/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0860c06..5f7f2c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.0] - 2024-05-02 +* fix typo in SECC interface.py by @M4GNV5 in https://github.com/SwitchEV/iso15118/pull/398 +* Update .env.dev.local, ISO_15118_20_DC is not implemented for use by @lwollinger in https://github.com/SwitchEV/iso15118/pull/395 +* Share cpd params with CS. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/400 +* Share display params with CS. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/401 +* Relaxed contactor status check for DC. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/402 + ## [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 diff --git a/iso15118/__init__.py b/iso15118/__init__.py index cde6d897..67612e9c 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.27.0" +__version__ = "0.28.1" diff --git a/pyproject.toml b/pyproject.toml index a838a6c6..e4d741b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.27.0" +version = "0.28.0" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",