From 30e9ad9796899e0ad3f1d6517da12373a85d3514 Mon Sep 17 00:00:00 2001 From: Ibrahim KARATAS <89934937+ikaratass@users.noreply.github.com> Date: Thu, 6 Jun 2024 12:12:29 +0300 Subject: [PATCH] version is 0.28.2 (#417) * version is 0.28.2 * changelog format --- CHANGELOG.md | 4 ++++ iso15118/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1b9958..6a8f679f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.28.2] - 2024-06-06 +* Added missed param in ev data by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/412 +* session limits are rearranged according to rated limits by @ikaratass in https://github.com/SwitchEV/iso15118/pull/415 + ## [0.28.1] - 2024-05-21 * Fixed pydantic issues. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/405 * Modify cable check contactor status check by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/404 diff --git a/iso15118/__init__.py b/iso15118/__init__.py index 67612e9c..6c302c16 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.28.1" +__version__ = "0.28.2" diff --git a/pyproject.toml b/pyproject.toml index 6880dce6..438c18ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.28.1" +version = "0.28.2" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",