From 788de4a0fb74cec9b4dac52df57a510ead39f162 Mon Sep 17 00:00:00 2001 From: Guewen Baconnier Date: Tue, 12 Jul 2016 09:12:51 +0200 Subject: [PATCH] Bump 0.3.3 --- HISTORY.rst | 4 ++++ marabunta/core.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 66ba8ce..2ab9da6 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,10 @@ Release History Unreleased ++++++++++ + +0.3.3 (2016-07-12) +++++++++++++++++++ + **Fixes** - Encode print's outputs to the stdout's encoding or to utf8 by default diff --git a/marabunta/core.py b/marabunta/core.py index 126089a..e56fbcb 100644 --- a/marabunta/core.py +++ b/marabunta/core.py @@ -21,7 +21,7 @@ from .parser import YamlParser from .runner import Runner -__version__ = "0.3.2" +__version__ = "0.3.3" def migrate(config):