From ad79b31732002877fc822ef69fe571f5b0032740 Mon Sep 17 00:00:00 2001 From: Jared Newell Date: Thu, 19 Oct 2023 10:33:36 +0200 Subject: [PATCH] Bump to 0.21.0 --- CHANGELOG.md | 4 +++- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4776f57cd..6519f06bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change log -- [#492](https://github.com/mobilityhouse/ocpp/pull/492/files) Minor fixes - Thanks @drc38 +## 0.21.0 (2023-10-19) + +- [#492] Minor fixes _handle_call doc string - Thanks @drc38 - [#485](https://github.com/mobilityhouse/ocpp/issues/485) Update documents for 2.0.1 to lastest; removed 2.0 docs - [#412](https://github.com/mobilityhouse/ocpp/issues/412) Add default value to 1.6 AuthorizationData datatype, id_tag_info - [#141](https://github.com/mobilityhouse/ocpp/issues/141) Add to docs OCPP 1.6 Security White Paper Ed 2 diff --git a/docs/source/conf.py b/docs/source/conf.py index d9e19699c..e0041a60b 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.20.0" +release = "0.21.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index d34e0c690..ef8db3c42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.20.0" +version = "0.21.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",