File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## 0.10.0 (2021-09-16)
6+
7+ * [ #240 ] ( https://github.com/mobilityhouse/ocpp/issues/240 ) Remove depreciated function ` get_schema_code() ` . Thanks [ @proelke ] ( https://github.com/proelke )
8+ * [ #249 ] ( https://github.com/mobilityhouse/ocpp/issues/249 ) Add OCPP v2.0.1 data types. Thanks [ @proelke ] ( https://github.com/proelke )
9+
510## 0.9.0 (2021-09-02)
611
712* Fix limit array in meterValue and sampledValue. Thanks [ @laysauchoa ] ( https://github.com/laysauchoa )
Original file line number Diff line number Diff line change 2222author = 'Auke Willem Oosterhoff'
2323
2424# The full version, including alpha/beta/rc tags
25- release = '0.9 .0'
25+ release = '0.10 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ocpp"
3- version = " 0.9 .0"
3+ version = " 0.10 .0"
44description = " Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55authors = [
66 " Andre Duarte <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments