Skip to content

Commit 6cef24b

Browse files
author
Auke Willem Oosterhoff
committed
Bump to 0.8.2
1 parent 31f7893 commit 6cef24b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 0.8.2 (2021-04-21)
6+
57
* [#167](https://github.com/mobilityhouse/ocpp/issues/167) Fix OCPP 2.0.1 call payloads for `RequestStartTransactionPayload` and `RequestStopTransactionPayload`.
68

79
## 0.8.1 (2020-11-14)

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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.8.1'
25+
release = '0.8.2'
2626

2727

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ocpp"
3-
version = "0.8.1"
3+
version = "0.8.2"
44
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55
authors = [
66
"Andre Duarte <[email protected]>",

0 commit comments

Comments
 (0)