Skip to content

Commit 976847c

Browse files
authored
Bump to v2.1.0-rc.1 (#735)
### Changes included in this PR Bumps versions and changelog for upcoming 2.1.0-rc.1 release
1 parent 16feee1 commit 976847c

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Change log
22

3+
## 2.1.0-rc.1 (2025-07-02)
4+
* [#701](https://github.com/mobilityhouse/ocpp/pull/701) Bump jinja2 from 3.1.4 to 3.1.5 by @dependabot
5+
* [#703](https://github.com/mobilityhouse/ocpp/pull/703) chore(deps): apply minor and patch updates by @jerome-benoit
6+
* [#710](https://github.com/mobilityhouse/ocpp/pull/710) Updating examples by @a-alak
7+
* [#711](https://github.com/mobilityhouse/ocpp/pull/711) bugfix: Update status field for UpdateFirmware in OCPI 2.2.1 call_result by @a-alak
8+
* [#725](https://github.com/mobilityhouse/ocpp/pull/725) docs: Revise README for clarity and keep minimal data by @jainmohit2001
9+
* [#726](https://github.com/mobilityhouse/ocpp/pull/726) docs: Added new sphinx docs by @jainmohit2001
10+
* [#727](https://github.com/mobilityhouse/ocpp/pull/727) fix: Add requirements for Sphinx documentation build by @jainmohit2001
11+
* [#728](https://github.com/mobilityhouse/ocpp/pull/728) Feat/ocpp21 by @mlitre
12+
* [#734](https://github.com/mobilityhouse/ocpp/pull/734) Fix build-backend setting by @hikinggrass
13+
314
## 2.0.0 (2024-12-09)
415
- [#621](https://github.com/mobilityhouse/ocpp/pull/621) Bump black from 22.12.0 to 24.3.0 by @dependabot
516
- [#693](https://github.com/mobilityhouse/ocpp/pull/693) ci: ensure the matching poetry version is used by @jerome-benoit

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = 'ocpp'
1010
copyright = '2025, Mohit Jain'
1111
author = 'Mohit Jain'
12-
release = '3.0.0'
12+
release = '2.1.0-rc.1'
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ocpp"
3-
version = "2.0.0"
3+
version = "2.1.0-rc.1"
44
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55
authors = [
66
"André Duarte <[email protected]>",

0 commit comments

Comments
 (0)