Skip to content

Commit

Permalink
Bump to 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Auke Willem Oosterhoff committed Apr 21, 2021
1 parent 133ffa9 commit fdfb5b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.8.3 (2021-04-21)

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

## 0.8.2 (2021-04-21)

* [#167](https://github.com/mobilityhouse/ocpp/issues/167) Fix OCPP 2.0.1 call payloads for `RequestStartTransactionPayload` and `RequestStopTransactionPayload`.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'Auke Willem Oosterhoff'

# The full version, including alpha/beta/rc tags
release = '0.8.2'
release = '0.8.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ocpp"
version = "0.8.2"
version = "0.8.3"
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
authors = [
"Andre Duarte <[email protected]>",
Expand Down

0 comments on commit fdfb5b1

Please sign in to comment.