diff --git a/HISTORY.rst b/HISTORY.rst index b8bf1f2..beb00b2 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -10,15 +10,20 @@ Unreleased **Bugfixes** -- Prevent error (25, 'Inappropriate ioctl for device') when - stdout is not a tty by disabling the interactive mode. - **Improvements** **Documentation** **Build** +0.4.2 (2016-08-17) +++++++++++++++++++ + +**Bugfixes** + +- Prevent error (25, 'Inappropriate ioctl for device') when + stdout is not a tty by disabling the interactive mode. + 0.4.1 (2016-07-27) ++++++++++++++++++ diff --git a/marabunta/core.py b/marabunta/core.py index 3c736f1..3fc92c4 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -21,7 +21,7 @@ from .parser import YamlParser from .runner import Runner -__version__ = "0.4.1" +__version__ = "0.4.2" def migrate(config):