Skip to content

Commit 03b2572

Browse files
author
Auke Willem Oosterhoff
committed
Bump to 0.2.2
1 parent 4bb8772 commit 03b2572

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

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

3+
## 0.2.2 (2019-08-29)
4+
5+
* [#21](https://github.com/mobilityhouse/ocpp/issues/21) Fix several type hints
6+
37
## 0.2.1 (2019-07-31)
48

59
### Bug fixes

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
author = 'Auke Willem Oosterhoff'
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '0.2.1'
26+
release = '0.2.2'
2727

2828

2929
# -- General configuration ---------------------------------------------------
@@ -32,8 +32,8 @@
3232
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333
# ones.
3434
extensions = [
35-
'sphinx.ext.autodoc'
36-
]
35+
'sphinx.ext.autodoc'
36+
]
3737

3838
# Add any paths that contain templates here, relative to this directory.
3939
templates_path = ['_templates']

0 commit comments

Comments
 (0)