Skip to content

Commit

Permalink
JTT-None bump version (#299)
Browse files Browse the repository at this point in the history
* feat: bump version

* feat: update changelog
  • Loading branch information
santiagosalamandri authored Sep 14, 2023
1 parent e078e70 commit a36f0e5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ 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.3] - 2023-09-14
* JTT-138 Feat: update iso15118 interfaces by @santiagosalamandri in https://github.com/SwitchEV/iso15118/pull/298
## [0.23.2] - 2023-09-13
* chore(deps-dev): bump mypy from 1.4.0 to 1.5.0 by @dependabot in https://github.com/SwitchEV/iso15118/pull/288
* JTT-81 Feat: Check response code by @santiagosalamandri in https://github.com/SwitchEV/iso15118/pull/289
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.2"
__version__ = "0.23.3"
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.2"
version = "0.23.3"
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 a36f0e5

Please sign in to comment.