Skip to content

Commit 8da7169

Browse files
committed
Bump to 0.9.0
1 parent aead68e commit 8da7169

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

33
## Unreleased
44

5+
## 0.9.0 (2021-09-02)
6+
7+
* Fix limit array in meterValue and sampledValue. Thanks [@laysauchoa](https://github.com/laysauchoa)
8+
* [#141](https://github.com/mobilityhouse/ocpp/issues/141) Add security enhancement for OCPP 1.6. Thanks [@villekr](https://github.com/villekr)
9+
* [#217](https://github.com/mobilityhouse/ocpp/issues/217) Fix parsing of floats in GetCompositeSchedule response. Thanks [@laysauchoa](https://github.com/laysauchoa)
10+
* [#223](https://github.com/mobilityhouse/ocpp/issues/223) Fix type DataTransferPayload.status. Thanks [@laysauchoa](https://github.com/laysauchoa)
11+
512
## 0.8.3 (2021-04-21)
613

714
* [#200](https://github.com/mobilityhouse/ocpp/issues/200) Add context to `asyncio.TimeoutError`s raised by `ocpp.ChargePoint.call()`.

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
# -- Project information -----------------------------------------------------
1919

2020
project = 'OCPP'
21-
copyright = '2020, Auke Willem Oosterhoff'
21+
copyright = '2021, Auke Willem Oosterhoff'
2222
author = 'Auke Willem Oosterhoff'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.8.3'
25+
release = '0.9.0'
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.3"
3+
version = "0.9.0"
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)