diff --git a/CHANGELOG.md b/CHANGELOG.md index df6bcd4be..cd7798bb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change log +## 0.3.1 (2019-09-23) + +* An invalid 0.3.0 release has been uploaded to pypi.org. pypi.org doesn't +allow reuploading a new release using the same file names. Therefore a new +release had to be made. + ## 0.3.0 (2019-09-23) ** Backwards incompatible change with ocpp <= 0.2.2. ** diff --git a/docs/source/conf.py b/docs/source/conf.py index fbf1af9d5..5cbce1c93 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.0' +release = '0.3.1' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 87ea178e1..0b526c42b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ocpp" -version = "0.3.0" +version = "0.3.1" description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)." authors = [ "Andre Duarte ",