diff --git a/HISTORY.rst b/HISTORY.rst index 5588f73..70261d1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,7 +3,14 @@ Release History --------------- -0.2.0 (unreleased) +0.2.1 (2016-06-23) +++++++++++++++++++ + +**Bugfixes** + +- Fixed the version information of the package and release date. + +0.2.0 (2016-06-23) ++++++++++++++++++ **Features** diff --git a/marabunta/core.py b/marabunta/core.py index d8b4fff..096351c 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -21,7 +21,7 @@ from .parser import YamlParser from .runner import Runner -__version__ = "0.2.0.dev0" +__version__ = "0.2.1" def migrate(config):