diff --git a/CHANGELOG.md b/CHANGELOG.md index f32426ae8..ed0109a61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 0.4.0 (2019-10-29) + +* [#29](https://github.com/mobilityhouse/ocpp/issues/29) Add OCPP 2.0 support + ## 0.3.2 (2019-09-30) * [#27](https://github.com/mobilityhouse/ocpp/issues/27) Fix possible dead lock when running `@after()` handler. diff --git a/docs/source/conf.py b/docs/source/conf.py index b1adf5ae4..ad3f9092a 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.3.2' +release = '0.4.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a1e6d49bf..8b49f6388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.3.2" +version = "0.4.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "Andre Duarte ",