Skip to content

Commit

Permalink
Release 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guewen committed Aug 17, 2016
1 parent 0bee53f commit 4f85346
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
++++++++++++++++++
Expand Down
2 changes: 1 addition & 1 deletion marabunta/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from .parser import YamlParser
from .runner import Runner

__version__ = "0.4.1"
__version__ = "0.4.2"


def migrate(config):
Expand Down

0 comments on commit 4f85346

Please sign in to comment.