Skip to content

Commit

Permalink
Updated version number to 0.25.2 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaratass authored Feb 14, 2024
1 parent 08419d8 commit 2cab83d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.2] - 2024-02-14
* Fix for choosing PnC and DIN removal when the connection is non-TLS by @anudeep-20 in https://github.com/SwitchEV/iso15118/pull/367
* Fix SessionID length in SessionSetupReq for ISO15118-20 by @adoebber in https://github.com/SwitchEV/iso15118/pull/378
* fixed the issue when parameters are none in currentdemandReq by @ikaratass in https://github.com/SwitchEV/iso15118/pull/381
* evcc charging loop time added to config by @ikaratass in https://github.com/SwitchEV/iso15118/pull/262
* @anudeep-20 made their first contribution in https://github.com/SwitchEV/iso15118/pull/367

## [0.25.1] - 2024-01-31
* fixed type returned by get_evse_max_current_limit by @tropxy in https://github.com/SwitchEV/iso15118/pull/373
* Fix for ChargeParameterDiscovery get_evse_max_voltage by @tropxy in https://github.com/SwitchEV/iso15118/pull/376
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.25.1"
__version__ = "0.25.2"
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.25.1"
version = "0.25.2"
description = "Implementation of DIN SPEC 70121, ISO 15118-2 and -20 specs for SECC"
authors = ["André Duarte <andre@switch-ev.com>",
"Dr. Marc Mültin <marc@switch-ev.com>",
Expand Down

0 comments on commit 2cab83d

Please sign in to comment.