File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2323author = '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 ---------------------------------------------------
3232# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
3333# ones.
3434extensions = [
35- 'sphinx.ext.autodoc'
36- ]
35+ 'sphinx.ext.autodoc'
36+ ]
3737
3838# Add any paths that contain templates here, relative to this directory.
3939templates_path = ['_templates' ]
You can’t perform that action at this time.
0 commit comments