Skip to content

Commit 0c61389

Browse files
mdwcrftjainmohit2001
authored andcommitted
docs: prep for 2.0.0-rc.4 release
1 parent 06e598e commit 0c61389

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 2.0.0-rc.4 (2025-01-02)
4+
- [#621](https://github.com/mobilityhouse/ocpp/pull/621) Bump black from 22.12.0 to 24.3.0 by @dependabot
5+
- [#693](https://github.com/mobilityhouse/ocpp/pull/693) ci: ensure the matching poetry version is used by @jerome-benoit
6+
- [#687](https://github.com/mobilityhouse/ocpp/pull/687) Finalize hand over to new maintainers. by @OrangeTux
7+
- [#681](https://github.com/mobilityhouse/ocpp/pull/681) chore: Add code of conduct, contributing, security and support docs. by @ajmirsky
8+
- [#680](https://github.com/mobilityhouse/ocpp/pull/680) feat: Matching OCPP 2.0.1 payload types to OCPP 2.0.1 json schema by @ajmirsky
9+
- [#648](https://github.com/mobilityhouse/ocpp/pull/648) Use dataclasses for ChargingProfile usage by @jerome-benoit
10+
- [#694](https://github.com/mobilityhouse/ocpp/pull/694) breaking change: remove deprecated Action items and update docs by @drc38
11+
- [#690](https://github.com/mobilityhouse/ocpp/pull/690) test: Unit test for RemoteStartTransaction nested dataclass by @ajmirsky
12+
- [#698](https://github.com/mobilityhouse/ocpp/pull/698) chore: Updated imports for v16 datatypes, call and call_result files by @jainmohit2001
13+
- [#699](https://github.com/mobilityhouse/ocpp/pull/699) feat: Remove deprecated dataclass by @jainmohit2001
14+
315
## 2.0.0-rc.3 (2024-12-09)
416
- [#665](https://github.com/mobilityhouse/ocpp/pull/665) chore: Updated Python setup action to version v5 by @jainmohit2001
517
- [#663](https://github.com/mobilityhouse/ocpp/pull/663) bugfix: Changed total_cost type from Optional[int] to Optional[float] by @jainmohit2001

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = "Auke Willem Oosterhoff"
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = "2.0.0-rc.3"
26+
release = "2.0.0-rc.4"
2727

2828

2929
# -- 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-rc.3"
3+
version = "2.0.0-rc.4"
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)