Commit 75dd91f Auke Willem Oosterhoff
committed
1 parent d9cb52b commit 75dd91f Copy full SHA for 75dd91f
File tree 3 files changed +8
-2
lines changed
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change log
2
2
3
+ ## 0.4.1 (2019-11-11)
4
+
5
+ * [ #37 ] ( https://github.com/mobilityhouse/ocpp/issues/37 ) Add Python 3.8 support
6
+ * Several fixes of typos and type hints in v16 dataclasses
7
+
3
8
## 0.4.0 (2019-10-29)
4
9
5
10
* [ #29 ] ( https://github.com/mobilityhouse/ocpp/issues/29 ) Add OCPP 2.0 support
Original file line number Diff line number Diff line change 22
22
author = 'Auke Willem Oosterhoff'
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '0.4.0 '
25
+ release = '0.4.1 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " ocpp"
3
- version = " 0.4.0 "
3
+ version = " 0.4.1 "
4
4
description = " Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
5
5
authors = [
6
6
" Andre Duarte <[email protected] >" ,
@@ -21,6 +21,7 @@ classifiers = [
21
21
' Development Status :: 3 - Alpha' ,
22
22
' License :: OSI Approved :: MIT License' ,
23
23
' Programming Language :: Python :: 3' ,
24
+ ' Programming Language :: Python :: 3.8' ,
24
25
' Programming Language :: Python :: 3.7' ,
25
26
' Programming Language :: Python :: 3.6' ,
26
27
]
You can’t perform that action at this time.
0 commit comments