Skip to content

Commit

Permalink
Bump to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeTux committed Jan 12, 2022
1 parent 77671e9 commit 99c12e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log

## 0.12.0 (2022-01-12)

* [#272](https://github.com/mobilityhouse/ocpp/issues/272) Improve `remove_nones` so it handles nested data structures better. Thanks [@proelke](https://github.com/proelke)
* [#287](https://github.com/mobilityhouse/ocpp/issues/287) Add enum StatusCodeInfoType. Thanks [@proelke](https://github.com/proelke)
* [#288](https://github.com/mobilityhouse/ocpp/issues/288) Fixed typos in attributes. Thanks [@mdwcrft](https://github.com/mdwcrft)

## 0.11.0 (2021-11-26)

* [#250](https://github.com/mobilityhouse/ocpp/issues/250) Add v1.6 data types
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
# -- Project information -----------------------------------------------------

project = 'OCPP'
copyright = '2021, Auke Willem Oosterhoff'
copyright = '2022, Auke Willem Oosterhoff'
author = 'Auke Willem Oosterhoff'

# The full version, including alpha/beta/rc tags
release = '0.11.0'
release = '0.12.0'


# -- 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.11.0"
version = "0.12.0"
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
authors = [
"André Duarte <andre15x@gmail.com>",
Expand Down

0 comments on commit 99c12e2

Please sign in to comment.