Skip to content

Commit

Permalink
Updated version number to 0.23.11 (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
shalinnijel2 authored Dec 8, 2023
1 parent 0ed89fc commit 256e894
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ 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.23.11] - 2023-12-08
* Update cryptography version by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/344

## [0.23.10] - 2023-12-08
* Minor refactor exponent_value_conversion by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/342

Expand Down
2 changes: 1 addition & 1 deletion iso15118/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.23.10"
__version__ = "0.23.11"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "iso15118"
version = "0.23.10"
version = "0.23.11"
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <[email protected]>",
"Dr. Marc Mültin <[email protected]>",
Expand Down

0 comments on commit 256e894

Please sign in to comment.