From 97cf66e58d9063371377d2bdbe3fdc8bf8331239 Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Thu, 23 Jun 2016 14:43:36 +0200 Subject: [PATCH] release 0.2.1 --- HISTORY.rst | 9 ++++++++- marabunta/core.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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):