Skip to content

Commit

Permalink
docs: prep for 2.0.0-rc.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwcrft authored and jainmohit2001 committed Jan 2, 2025
1 parent 06e598e commit 0c61389
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change log

## 2.0.0-rc.4 (2025-01-02)
- [#621](https://github.com/mobilityhouse/ocpp/pull/621) Bump black from 22.12.0 to 24.3.0 by @dependabot
- [#693](https://github.com/mobilityhouse/ocpp/pull/693) ci: ensure the matching poetry version is used by @jerome-benoit
- [#687](https://github.com/mobilityhouse/ocpp/pull/687) Finalize hand over to new maintainers. by @OrangeTux
- [#681](https://github.com/mobilityhouse/ocpp/pull/681) chore: Add code of conduct, contributing, security and support docs. by @ajmirsky
- [#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
- [#648](https://github.com/mobilityhouse/ocpp/pull/648) Use dataclasses for ChargingProfile usage by @jerome-benoit
- [#694](https://github.com/mobilityhouse/ocpp/pull/694) breaking change: remove deprecated Action items and update docs by @drc38
- [#690](https://github.com/mobilityhouse/ocpp/pull/690) test: Unit test for RemoteStartTransaction nested dataclass by @ajmirsky
- [#698](https://github.com/mobilityhouse/ocpp/pull/698) chore: Updated imports for v16 datatypes, call and call_result files by @jainmohit2001
- [#699](https://github.com/mobilityhouse/ocpp/pull/699) feat: Remove deprecated dataclass by @jainmohit2001

## 2.0.0-rc.3 (2024-12-09)
- [#665](https://github.com/mobilityhouse/ocpp/pull/665) chore: Updated Python setup action to version v5 by @jainmohit2001
- [#663](https://github.com/mobilityhouse/ocpp/pull/663) bugfix: Changed total_cost type from Optional[int] to Optional[float] by @jainmohit2001
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Auke Willem Oosterhoff"

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


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ocpp"
version = "2.0.0-rc.3"
version = "2.0.0-rc.4"
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
authors = [
"André Duarte <[email protected]>",
Expand Down

0 comments on commit 0c61389

Please sign in to comment.