diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b7079d3..8b99e01 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,7 @@ +v0.6.0 +------------------- + + v0.5.2 (2018-04-04) ------------------- diff --git a/pydu/__init__.py b/pydu/__init__.py index bc51cde..8a4fdff 100644 --- a/pydu/__init__.py +++ b/pydu/__init__.py @@ -3,7 +3,7 @@ Useful data structures, utils for Python. """ from __future__ import absolute_import -__version__ = '0.5.2' +__version__ = '0.6.0' # Set logging handler to avoid "No handler found" warnings.