From c01f634d5514870bce6e8590a409d5ab0a864d2c Mon Sep 17 00:00:00 2001 From: Auke Willem Oosterhoff <1565144+OrangeTux@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:38:13 +0200 Subject: [PATCH] Bump to 2.0.0-rc.1 (#643) --- CHANGELOG.md | 5 +++++ docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c1018b5..172fddb64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change log +## 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) - [#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 b083ceb8a..d910b7751 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.0" +release = "2.0.0-rc.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ababf6f09..b36db7aa9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "2.0.0-rc.0" +version = "2.0.0-rc.1" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte <andre15x@gmail.com>",