Skip to content

Commit

Permalink
Bump version -> 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Feb 8, 2015
1 parent 1319da7 commit 5700dd9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ project endeavours to adhere to `Semantic Versioning`_.
Unreleased
----------

0.6.4 -- 2015-02-08
-------------------

* FIXED: Common arguments (``-f``, ``-d``, etc.) given before the subcommand
(``start``, ``run``, etc.) are no longer ignored on Python 2.7.9.

0.6.3 -- 2015-02-07
-------------------

Expand Down
2 changes: 1 addition & 1 deletion honcho/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.3'
__version__ = '0.6.4'

0 comments on commit 5700dd9

Please sign in to comment.