Skip to content

Commit

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

0.6.2 -- 2015-02-07
-------------------

* ADDDED: Colour output is now supported on Windows when the ``colorama``
package is installed.
* FIXED: Honcho no longer always crashes on Windows. Sorry about that.

0.6.1 -- 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.1'
__version__ = '0.6.2'

0 comments on commit ab0b81d

Please sign in to comment.