File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ ## 0.20.0 (2023-10-10)
4+
5+ - [ #471 ] ( https://github.com/mobilityhouse/ocpp/issues/471 ) Fix ` ImportError ` when using jsonschema 4.19.0 or higher.
6+ - Fix import error in v201 example. Thanks [ @Shiwei-Shen ] ( https://github.com/Shiwei-Shen ) !
7+ - Update Poetry to 1.5.1 in CI.
8+
39## 0.19.0 (2023-04-26)
410
511- [ #438 ] feat: add optional param for passing an unique_id to call method. Thanks [ @santiagosalamandri ] ( https://github.com/santiagosalamandri )
Original file line number Diff line number Diff line change 2323author = "Auke Willem Oosterhoff"
2424
2525# The full version, including alpha/beta/rc tags
26- release = "0.18 .0"
26+ release = "0.20 .0"
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ocpp"
3- version = " 0.19 .0"
3+ version = " 0.20 .0"
44description = " Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55authors = [
66 " André Duarte <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments