From 99c12e2adc74fc47ce0135a46b3c854d3f8705af Mon Sep 17 00:00:00 2001 From: Auke Oosterhoff Date: Wed, 12 Jan 2022 11:52:30 +0100 Subject: [PATCH] Bump to 0.12.0 --- CHANGELOG.md | 6 ++++++ docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e701720..9b84a8112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 0.12.0 (2022-01-12) + +* [#272](https://github.com/mobilityhouse/ocpp/issues/272) Improve `remove_nones` so it handles nested data structures better. Thanks [@proelke](https://github.com/proelke) +* [#287](https://github.com/mobilityhouse/ocpp/issues/287) Add enum StatusCodeInfoType. Thanks [@proelke](https://github.com/proelke) +* [#288](https://github.com/mobilityhouse/ocpp/issues/288) Fixed typos in attributes. Thanks [@mdwcrft](https://github.com/mdwcrft) + ## 0.11.0 (2021-11-26) * [#250](https://github.com/mobilityhouse/ocpp/issues/250) Add v1.6 data types diff --git a/docs/source/conf.py b/docs/source/conf.py index 19c2d699f..d478720a4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,11 +18,11 @@ # -- Project information ----------------------------------------------------- project = 'OCPP' -copyright = '2021, Auke Willem Oosterhoff' +copyright = '2022, Auke Willem Oosterhoff' author = 'Auke Willem Oosterhoff' # The full version, including alpha/beta/rc tags -release = '0.11.0' +release = '0.12.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index a3bf0ade6..3b08b93b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.11.0" +version = "0.12.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",