From 82f5b54770061bec5a92a35f54bd28275133915b Mon Sep 17 00:00:00 2001 From: Jared Newell Date: Thu, 30 Nov 2023 14:18:23 +0100 Subject: [PATCH] bump to 0.23.0 --- CHANGELOG.md | 10 +++++----- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f811b9b31..c4ae734db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # Change log +## 0.23.0 (2023-11-30) -- [#531] (https://github.com/mobilityhouse/ocpp/pull/531) Add 1.6 security extension datatypes -======= -- [#528](https://github.com/mobilityhouse/ocpp/issues/528) v2.0.1 CertificateHashDataChainType childCertificateHashData requires the default of None -- [#510](https://github.com/mobilityhouse/ocpp/issues/510) v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics -- [#508](https://github.com/mobilityhouse/ocpp/issues/508) Exception - OccurrenceConstraintViolationError doc string correction +- [#531] Feat: Add 1.6 security extension datatypes. Thanks [@proelke](https://github.com/proelke) +- [#528](https://github.com/mobilityhouse/ocpp/issues/528) v2.0.1 CertificateHashDataChainType childCertificateHashData requires the default of None. +- [#510](https://github.com/mobilityhouse/ocpp/issues/510) v2.0.1 UnitOfMeasureType - Enums missing and update docstring to allow use for variableCharacteristics. +- [#508](https://github.com/mobilityhouse/ocpp/issues/508) Exception - OccurrenceConstraintViolationError doc string correction. ## 0.22.0 (2023-11-03) diff --git a/docs/source/conf.py b/docs/source/conf.py index d6cccb118..4b751dfc9 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.22.0" +release = "0.23.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 03b1efad3..659a7be65 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.22.0" +version = "0.23.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",