Skip to content

Commit

Permalink
Bumped version to 0.23.6 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaratass authored Nov 21, 2023
1 parent fbe8b78 commit 5e627d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.6] - 2023-11-21
* Report session stop reason by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/315
* chore(deps-dev): bump pytest-asyncio from 0.21.1 to 0.22.0 by @dependabot in https://github.com/SwitchEV/iso15118/pull/318
* [JTT-291] - Relaxation of the PV limits by @tropxy in https://github.com/SwitchEV/iso15118/pull/319
* Updates to store EV and EVSE limits shared in CPD and CL (-20 AC and DC). by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/279
* chore(deps-dev): bump black from 23.10.0 to 23.11.0 by @dependabot in https://github.com/SwitchEV/iso15118/pull/321
* chore(deps-dev): bump mypy from 1.6.1 to 1.7.0 by @dependabot in https://github.com/SwitchEV/iso15118/pull/322
* Imp/jtt 113 update env attributes on run time by @ikaratass in https://github.com/SwitchEV/iso15118/pull/304

**Full Changelog**: https://github.com/SwitchEV/iso15118/compare/0.23.5...0.23.6
## [0.23.5] - 2023-10-26
* JTT-206 Skip requesting authorization status once response is received by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/310

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.5"
__version__ = "0.23.6"
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.5"
version = "0.23.6"
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 5e627d3

Please sign in to comment.