Skip to content

Commit 765799e

Browse files
authored
Bump to 2.0.0-rc.0 (#638)
1 parent 0b3db4e commit 765799e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## 2.0.0-rc.0 (2024-05-22)
4+
5+
- [#631](https://github.com/mobilityhouse/ocpp/pull/631) Fix publishing to Pypi.
6+
7+
## BREAKING ##
8+
- [#573](https://github.com/mobilityhouse/ocpp/issues/635) Fix serialization of types that contain a collection of items.
9+
310
## 1.0.0 (2024-04-05)
411

512
- [#573](https://github.com/mobilityhouse/ocpp/issues/573) Introduce Experimental Module For v2.1

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 = "1.0.0"
26+
release = "2.0.0-rc.0"
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 = "1.0.0"
3+
version = "2.0.0-rc.0"
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)