File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Change log
22
3+ ## 0.3.2 (2019-09-30)
4+
5+ * [ #27 ] ( https://github.com/mobilityhouse/ocpp/issues/27 ) Fix possible dead lock when running ` @after() ` handler.
6+
37## 0.3.1 (2019-09-23)
48
59* An invalid 0.3.0 release has been uploaded to pypi.org. pypi.org doesn't
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.3.1 '
26+ release = '0.3.2 '
2727
2828
2929# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " ocpp"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
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