From 50446937daf821d6e19ee748af552def91d3dad1 Mon Sep 17 00:00:00 2001 From: Jared Newell Date: Wed, 14 Feb 2024 15:24:01 +0100 Subject: [PATCH] Bump to 1.0.0-rc.1 --- CHANGELOG.md | 2 ++ docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e9c3c59a..602d12d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Change log +## 1.0.0-rc.1 (2024-02-14) + - [#573](https://github.com/mobilityhouse/ocpp/issues/573) Introduce Experimental Module For v2.1 - [#547](https://github.com/mobilityhouse/ocpp/pull/547) Feat: Handle recursively serializing a dataclasses as a dictionary Thanks [@MacDue](https://github.com/MacDue) - [#601](https://github.com/mobilityhouse/ocpp/issues/601) Fix case conversion for soc in non "State of Charge" context diff --git a/docs/source/conf.py b/docs/source/conf.py index 603c4e017..9837ea6b7 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -19,11 +19,11 @@ # -- Project information ----------------------------------------------------- project = "OCPP" -copyright = "2023, Auke Willem Oosterhoff" +copyright = "2024, Auke Willem Oosterhoff" author = "Auke Willem Oosterhoff" # The full version, including alpha/beta/rc tags -release = "0.26.0" +release = "1.0.0-rc.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 704249463..3bb863f6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.26.0" +version = "1.0.0-rc.1" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "André Duarte ",