From 765799e4acbdb609bcf8643b1562349bede755de Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff <1565144+OrangeTux@users.noreply.github.com> Date: Wed, 22 May 2024 11:37:48 +0200 Subject: [PATCH] Bump to 2.0.0-rc.0 (#638) --- CHANGELOG.md | 7 +++++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc54d9af7..e9c1018b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change log +## 2.0.0-rc.0 (2024-05-22) + +- [#631](https://github.com/mobilityhouse/ocpp/pull/631) Fix publishing to Pypi. + +## BREAKING ## +- [#573](https://github.com/mobilityhouse/ocpp/issues/635) Fix serialization of types that contain a collection of items. + ## 1.0.0 (2024-04-05) - [#573](https://github.com/mobilityhouse/ocpp/issues/573) Introduce Experimental Module For v2.1 diff --git a/docs/source/conf.py b/docs/source/conf.py index 6db324a98..b083ceb8a 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 = "1.0.0" +release = "2.0.0-rc.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index e2f0756db..ababf6f09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "1.0.0" +version = "2.0.0-rc.0" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",