Skip to content

Commit ca6aff5

Browse files
committed
Bump version -> v0.7.1
1 parent 32b85ee commit ca6aff5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ project endeavours to adhere to `Semantic Versioning`_.
66

77
.. _Semantic Versioning: http://semver.org/
88

9+
0.7.1 -- 2016-04-13
10+
-------------------
11+
12+
- FIXED: Honcho now correctly pays attention to the ``-f`` argument when
13+
provided before a command, fixing a regression introduced in the previous
14+
version. Thanks to Marc Krull for reporting and fixing.
15+
916
0.7.0 -- 2016-04-10
1017
-------------------
1118

honcho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.7.0'
1+
__version__ = '0.7.1'

0 commit comments

Comments
 (0)