Skip to content

Commit

Permalink
bump version to 0.18.0 (#206)
Browse files Browse the repository at this point in the history
* bump version to 0.18.0

* updated the version in the __init__.py of iso15118 dir
  • Loading branch information
tropxy authored Mar 7, 2023
1 parent 198402f commit 0e20722
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Setup the Python Environment by installing Poetry
uses: ./.github/actions/setup-python-build-env

- name: Poetry bump version, build and publish
- name: Poetry check version, build and publish
shell: bash
run: |
proj_version=$(poetry version -s)
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.18.0] - 2023-03-07

### Changed
* Support to report the charging power limits during the charging loop by @tropxy in https://github.com/SwitchEV/iso15118/pull/204
* Handle "Ongoing" from EVSE during authorization. by @shalinnijel2 in https://github.com/SwitchEV/iso15118/pull/205

## [0.17.0] - 2023-03-01

### Changed
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,5 @@ code-quality: reformat mypy flake8

# Bump project version with poetry
release: .install-poetry
@echo "Please remember to update the CHANGELOG.md, before tagging the release"
@echo "Please remember to update the CHANGELOG.md and __init__.py under iso15118 dir, before tagging the release"
@poetry version ${version}
2 changes: 1 addition & 1 deletion iso15118/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.17.0"
__version__ = "0.18.0"
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.17.0"
version = "0.18.0"
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 0e20722

Please sign in to comment.