From bb46a0d3bcf8a5dae79bfe88c864c411eb92c4d2 Mon Sep 17 00:00:00 2001 From: Shalin Nijel <89510971+shalinnijel2@users.noreply.github.com> Date: Mon, 5 Dec 2022 11:41:09 +0000 Subject: [PATCH] Update version number and changelog. (#174) --- 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 a13f7f39..660b81df 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.14.2] - 2022-12-05 + +### Changed +* chore: bump cryptography to 38.0.4 by @mdwcrft in https://github.com/SwitchEV/iso15118/pull/173 + ## [0.14.1] - 2022-11-28 ### Fixed diff --git a/iso15118/__init__.py b/iso15118/__init__.py index f075dd36..745162e7 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.14.1" +__version__ = "0.14.2" diff --git a/pyproject.toml b/pyproject.toml index a14998bd..3edc2a42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.14.1" +version = "0.14.2" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",