From c506212ed4b65c1a6f7161762d3ba3f8efd2323e Mon Sep 17 00:00:00 2001 From: Auke Oosterhoff Date: Tue, 18 Jun 2024 13:10:44 +0200 Subject: [PATCH] Bump to 2.0.0-rc.2 --- 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 172fddb64..7c62e3965 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,15 @@ # Change log +## 2.0.0-rc.2 (2024-06-18) + +- [#315](https://github.com/mobilityhouse/ocpp/pull/315) Allow to skip schema validation in `ChargePoint.call()`. Thanks [@esiebert](https://github.com/esiebert)! + ## 2.0.0-rc.1 (2024-06-01) ## BREAKING ## - [#642](https://github.com/mobilityhouse/ocpp/pull/642) Fix serializing of "ocpp_csms_url". -## 2.0.0-rc.0 (2024-05-22) +## 2.0.0-rc.0 (2024-05-22)] - [#631](https://github.com/mobilityhouse/ocpp/pull/631) Fix publishing to Pypi. diff --git a/docs/source/conf.py b/docs/source/conf.py index d910b7751..a17f17a84 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 = "2.0.0-rc.1" +release = "2.0.0-rc.2" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b36db7aa9..bdf99cd8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "2.0.0-rc.1" +version = "2.0.0-rc.2" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",