From f065e72966d398b47f855e1156b794a349902f4e Mon Sep 17 00:00:00 2001 From: Shalin Nijel Date: Wed, 8 Jan 2025 17:08:02 +0000 Subject: [PATCH] Update version to 0.28.5 (#438) --- iso15118/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iso15118/__init__.py b/iso15118/__init__.py index 2e378084..cb56ed5c 100644 --- a/iso15118/__init__.py +++ b/iso15118/__init__.py @@ -1 +1 @@ -__version__ = "0.28.4" +__version__ = "0.28.5" diff --git a/pyproject.toml b/pyproject.toml index 3a3c75fc..be76595a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iso15118" -version = "0.28.4" +version = "0.28.5" description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC" authors = ["André Duarte ", "Dr. Marc Mültin ",