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):