diff --git a/CHANGELOG.md b/CHANGELOG.md index b12c64485..df6bcd4be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 0.3.0 (2019-09-23) + +** Backwards incompatible change with ocpp <= 0.2.2. ** +* [#26](https://github.com/mobilityhouse/ocpp/issues/26) Pass request payload to `@after()` handler. + ## 0.2.2 (2019-08-29) * [#21](https://github.com/mobilityhouse/ocpp/issues/21) Fix several type hints diff --git a/docs/source/conf.py b/docs/source/conf.py index 97594b50e..fbf1af9d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Auke Willem Oosterhoff' # The full version, including alpha/beta/rc tags -release = '0.2.2' +release = '0.3.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 613ece319..87ea178e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.2.1" +version = "0.3.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "Andre Duarte ",