Skip to content

Commit

Permalink
Bump to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Auke Willem Oosterhoff committed Feb 19, 2020
1 parent e2c60a6 commit a52e474
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
@@ -1,5 +1,9 @@
# Change log

## 0.6.1 (2020-02-19)

* [#68](https://github.com/mobilityhouse/ocpp/issues/68) Fix validation of SetChargingProfile

## 0.6.0 (2020-02-10)

* [#63](https://github.com/mobilityhouse/ocpp/issues/63) Remove spaces after separators before sending message
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.6.0'
release = '0.6.1'


# -- 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.6.0"
version = "0.6.1"
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
authors = [
"Andre Duarte <andre.duarte@mobilityhouse.com>",
Expand Down

0 comments on commit a52e474

Please sign in to comment.