From ca6aff55932cb66703c46a09a55ff193e24e1109 Mon Sep 17 00:00:00 2001 From: Nick Stenning Date: Wed, 13 Apr 2016 09:22:30 +0200 Subject: [PATCH] Bump version -> v0.7.1 --- CHANGELOG.rst | 7 +++++++ honcho/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ddcb93d..f76259f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,13 @@ project endeavours to adhere to `Semantic Versioning`_. .. _Semantic Versioning: http://semver.org/ +0.7.1 -- 2016-04-13 +------------------- + +- FIXED: Honcho now correctly pays attention to the ``-f`` argument when + provided before a command, fixing a regression introduced in the previous + version. Thanks to Marc Krull for reporting and fixing. + 0.7.0 -- 2016-04-10 ------------------- diff --git a/honcho/__init__.py b/honcho/__init__.py index a71c5c7..f0788a8 100644 --- a/honcho/__init__.py +++ b/honcho/__init__.py @@ -1 +1 @@ -__version__ = '0.7.0' +__version__ = '0.7.1'