diff --git a/CHANGELOG.md b/CHANGELOG.md index c94255943..f3c218abe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 0.6.1 (2020-02-19) + +* [#68](https://github.com/mobilityhouse/ocpp/issues/68) Fix validation of SetChargingProfile + ## 0.6.0 (2020-02-10) * [#63](https://github.com/mobilityhouse/ocpp/issues/63) Remove spaces after separators before sending message diff --git a/docs/source/conf.py b/docs/source/conf.py index 57ba815bc..62a2db50b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'Auke Willem Oosterhoff' # The full version, including alpha/beta/rc tags -release = '0.6.0' +release = '0.6.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b794aed81..4220a9376 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.6.0" +version = "0.6.1" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "Andre Duarte ",