From 27fa25ed256763d1a382b599d8a9601b6f9b7dde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Thu, 22 Sep 2022 16:37:25 +0100 Subject: [PATCH] bumped to 0.11.0 (#138) --- CHANGELOG.md | 11 +++++++++++ iso15118/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa382d77..847cf8c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0] - 2022-09-22 + +### Added +- Exception handling for reading mo cert by @ikaratass in https://github.com/SwitchEV/iso15118/pull/133 +- Feature/iso din bringup on comemso by @martinbachmanndesignwerk in https://github.com/SwitchEV/iso15118/pull/86 +Thank you @martinbachmanndesignwerk for your first contribution ;) + +### Changed +- Improvement: Add get_cp_state method to iso15118 interface controller and include cp_status handler by @ikaratass in https://github.com/SwitchEV/iso15118/pull/77 +- bumped crypto version to 38.0.1 by @tropxy in https://github.com/SwitchEV/iso15118/pull/137 + ## [0.10.3] - 2022-09-10 ### Added diff --git a/iso15118/__init__.py b/iso15118/__init__.py index b2385cb4..ae6db5f1 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.10.3" +__version__ = "0.11.0" diff --git a/pyproject.toml b/pyproject.toml index 3efb4f0b..2379adf5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.10.3" +version = "0.11.0" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",