Skip to content

Commit 75dd91f

Browse files
author
Auke Willem Oosterhoff
committed
Bump to 0.4.1
1 parent d9cb52b commit 75dd91f

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change log
22

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+
38
## 0.4.0 (2019-10-29)
49

510
* [#29](https://github.com/mobilityhouse/ocpp/issues/29) Add OCPP 2.0 support

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = 'Auke Willem Oosterhoff'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.4.0'
25+
release = '0.4.1'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ocpp"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55
authors = [
66
"Andre Duarte <[email protected]>",
@@ -21,6 +21,7 @@ classifiers = [
2121
'Development Status :: 3 - Alpha',
2222
'License :: OSI Approved :: MIT License',
2323
'Programming Language :: Python :: 3',
24+
'Programming Language :: Python :: 3.8',
2425
'Programming Language :: Python :: 3.7',
2526
'Programming Language :: Python :: 3.6',
2627
]

0 commit comments

Comments
 (0)