Skip to content

Commit

Permalink
Updated version number to 0.25.1 (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikaratass authored Jan 31, 2024
1 parent fcbbd79 commit fd3a488
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [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

## [0.25.0] - 2024-01-23
* JTT-529: Changed order of validation. Start with checking validity of availabl… by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/350
* chore(deps-dev): bump black from 23.11.0 to 23.12.0 by @dependabot in https://github.com/SwitchEV/iso15118/pull/352
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.0"
__version__ = "0.25.1"
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.0"
version = "0.25.1"
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 fd3a488

Please sign in to comment.