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'