Skip to content

Commit 99c12e2

Browse files
committed
Bump to 0.12.0
1 parent 77671e9 commit 99c12e2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change log
22

3+
## 0.12.0 (2022-01-12)
4+
5+
* [#272](https://github.com/mobilityhouse/ocpp/issues/272) Improve `remove_nones` so it handles nested data structures better. Thanks [@proelke](https://github.com/proelke)
6+
* [#287](https://github.com/mobilityhouse/ocpp/issues/287) Add enum StatusCodeInfoType. Thanks [@proelke](https://github.com/proelke)
7+
* [#288](https://github.com/mobilityhouse/ocpp/issues/288) Fixed typos in attributes. Thanks [@mdwcrft](https://github.com/mdwcrft)
8+
39
## 0.11.0 (2021-11-26)
410

511
* [#250](https://github.com/mobilityhouse/ocpp/issues/250) Add v1.6 data types

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 = '2021, Auke Willem Oosterhoff'
21+
copyright = '2022, Auke Willem Oosterhoff'
2222
author = 'Auke Willem Oosterhoff'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '0.11.0'
25+
release = '0.12.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.11.0"
3+
version = "0.12.0"
44
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55
authors = [
66
"André Duarte <[email protected]>",

0 commit comments

Comments
 (0)