diff --git a/CHANGELOG.md b/CHANGELOG.md index cd7798bb0..f32426ae8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change log +## 0.3.2 (2019-09-30) + +* [#27](https://github.com/mobilityhouse/ocpp/issues/27) Fix possible dead lock when running `@after()` handler. + ## 0.3.1 (2019-09-23) * An invalid 0.3.0 release has been uploaded to pypi.org. pypi.org doesn't diff --git a/docs/source/conf.py b/docs/source/conf.py index 5cbce1c93..4148d1b13 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,7 +23,7 @@ author = 'Auke Willem Oosterhoff' # The full version, including alpha/beta/rc tags -release = '0.3.1' +release = '0.3.2' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0b526c42b..a1e6d49bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.3.1" +version = "0.3.2" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "Andre Duarte ",