diff --git a/CHANGELOG.md b/CHANGELOG.md index 5de233dbb..3955af628 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 0.17.0 (2023-01-04) +* [#413](https://github.com/mobilityhouse/ocpp/issues/407) dd enum for OCPP 1.6 ConfigurationKey. Thansks [@isabelle-tmh](https://github.com/isabelle-tmh) and [@lbbrhzn](https://github.com/lbbrhzn) +* [#407](https://github.com/mobilityhouse/ocpp/issues/407) Fix build that publishes release to pypi. + ## 0.16.0 (2023-01-04) * [#401](https://github.com/mobilityhouse/ocpp/issues/401) Fix serialization error when receiving invalid inbound Call. diff --git a/docs/source/conf.py b/docs/source/conf.py index f2a6af25d..87a8c130e 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.16.0" +release = "0.17.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 5de05a9df..118083c45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.16.0" +version = "0.17.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",