diff --git a/CHANGELOG.md b/CHANGELOG.md index 619b5cb77..499bb6efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Unreleased +## 0.10.0 (2021-09-16) + +* [#240](https://github.com/mobilityhouse/ocpp/issues/240) Remove depreciated function `get_schema_code()`. Thanks [@proelke](https://github.com/proelke) +* [#249](https://github.com/mobilityhouse/ocpp/issues/249) Add OCPP v2.0.1 data types. Thanks [@proelke](https://github.com/proelke) + ## 0.9.0 (2021-09-02) * Fix limit array in meterValue and sampledValue. Thanks [@laysauchoa](https://github.com/laysauchoa) diff --git a/docs/source/conf.py b/docs/source/conf.py index e57719e72..cde01f533 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.9.0' +release = '0.10.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index bef02ada8..0d3d38c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.9.0" +version = "0.10.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "Andre Duarte ",