Skip to content

Commit 4e92dfa

Browse files
author
Auke Willem Oosterhoff
committed
Bump to 0.3.1
1 parent b07a4da commit 4e92dfa

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.3.1 (2019-09-23)
4+
5+
* An invalid 0.3.0 release has been uploaded to pypi.org. pypi.org doesn't
6+
allow reuploading a new release using the same file names. Therefore a new
7+
release had to be made.
8+
39
## 0.3.0 (2019-09-23)
410

511
** Backwards incompatible change with ocpp <= 0.2.2. **

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
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.3.0'
26+
release = '0.3.1'
2727

2828

2929
# -- 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.3.0"
3+
version = "0.3.1"
44
description = "Python package implementing the JSON version of the Open Charge Point Protocol (OCPP)."
55
authors = [
66
"Andre Duarte <[email protected]>",

0 commit comments

Comments
 (0)