From e6ed033830050e9fd95b500737ff8cb6db469162 Mon Sep 17 00:00:00 2001 From: Auke Oosterhoff Date: Wed, 22 Mar 2023 17:40:45 +0100 Subject: [PATCH] Bump to v0.18.0 --- CHANGELOG.md | 6 +++++- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3955af628..6b49e1349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,11 @@ # Change log +## 0.18.0 (2023-03-22) +* [#434](https://github.com/mobilityhouse/ocpp/issues/407) Add custom_data attribute to payload-related dataclasses. [@will-fs](https://github.com/will-fs) + + ## 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) +* [#413](https://github.com/mobilityhouse/ocpp/issues/407) Add 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) diff --git a/docs/source/conf.py b/docs/source/conf.py index 87a8c130e..93e958b08 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.17.0" +release = "0.18.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 118083c45..dec9ab88a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.17.0" +version = "0.18.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",