From 205830cf7cdc5942297cc9243d27aa6ba1e0f69e Mon Sep 17 00:00:00 2001 From: Leonardo Pistone Date: Thu, 23 Jun 2016 14:53:23 +0200 Subject: [PATCH] release 0.2.0 --- HISTORY.rst | 7 +++++++ marabunta/core.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 70261d1..22d0676 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,6 +3,13 @@ Release History --------------- +0.2.2 (2016-06-23) +++++++++++++++++++ + +**Improvements** + +- Adapted the README so that it is rendered as ReST on pypi. + 0.2.1 (2016-06-23) ++++++++++++++++++ diff --git a/marabunta/core.py b/marabunta/core.py index da5e9ae..805d066 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -21,7 +21,7 @@ from .parser import YamlParser from .runner import Runner -__version__ = "0.2.2.dev0" +__version__ = "0.2.2" def migrate(config):