Skip to content

Commit 5700dd9

Browse files
committed
Bump version -> 0.6.4
1 parent 1319da7 commit 5700dd9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ project endeavours to adhere to `Semantic Versioning`_.
99
Unreleased
1010
----------
1111

12+
0.6.4 -- 2015-02-08
13+
-------------------
14+
15+
* FIXED: Common arguments (``-f``, ``-d``, etc.) given before the subcommand
16+
(``start``, ``run``, etc.) are no longer ignored on Python 2.7.9.
17+
1218
0.6.3 -- 2015-02-07
1319
-------------------
1420

honcho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.3'
1+
__version__ = '0.6.4'

0 commit comments

Comments
 (0)