Skip to content

Commit

Permalink
Bump to 2.0.0-rc.2
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Jun 18, 2024
1 parent 26fa0ab commit c506212
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Change log

## 2.0.0-rc.2 (2024-06-18)

- [#315](https://github.com/mobilityhouse/ocpp/pull/315) Allow to skip schema validation in `ChargePoint.call()`. Thanks [@esiebert](https://github.com/esiebert)!

## 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)
## 2.0.0-rc.0 (2024-05-22)]

- [#631](https://github.com/mobilityhouse/ocpp/pull/631) Fix publishing to Pypi.

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.1"
release = "2.0.0-rc.2"


# -- 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.1"
version = "2.0.0-rc.2"
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 c506212

Please sign in to comment.