diff --git a/docs/source/CHANGELOG.rst b/docs/source/CHANGELOG.rst index 3f5954f..bfdc6d8 100644 --- a/docs/source/CHANGELOG.rst +++ b/docs/source/CHANGELOG.rst @@ -4,6 +4,11 @@ ChangeLog Unreleased ----------- +0.16.0 (2020-09-29) +------------------- +* Made --bundle an optional argument +* Made --binary-image an optional argument + 0.15.0 (2020-06-25) ------------------- * Replaced content-delivery-release-bot with token diff --git a/setup.py b/setup.py index 01808c1..15e2df8 100644 --- a/setup.py +++ b/setup.py @@ -66,7 +66,7 @@ def read_content(filepath): setup( name="pubtools-iib", - version="0.15.0", + version="0.16.0", description="Pubtools-iib", long_description=long_description, author="Jindrich Luza",