Skip to content

Commit

Permalink
Bump version for optional array fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Feb 7, 2019
1 parent 0d5471e commit 6fb0a82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Release notes
=============

version 0.8.1 (2019-02-06)
------------------------
* Fix bug introduced in 0.8.0, initialize optional arrays with empty lists (@guifran001)

version 0.8.0 (2019-01-31)
------------------------
* [Breaking] Objects should not be instantiated with empty optional attributs, see https://github.com/suds-community/suds/issues/14 for more information. (@guifran001)
Expand Down
2 changes: 1 addition & 1 deletion suds/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
"""

__version__ = "0.8.0"
__version__ = "0.8.1"
__build__ = ""

0 comments on commit 6fb0a82

Please sign in to comment.