Skip to content

Commit

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

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

* CHANGED: The commandline ``-p/--port`` option now takes precedence over all
other ways of setting the start port.

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

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

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.2'
__version__ = '0.6.3'

0 comments on commit 207a537

Please sign in to comment.