Skip to content

Commit 207a537

Browse files
committed
Bump version -> 0.6.3
1 parent e0838bb commit 207a537

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.rst

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ project endeavours to adhere to `Semantic Versioning`_.
99
Unreleased
1010
----------
1111

12+
0.6.3 -- 2015-02-07
13+
-------------------
14+
15+
* CHANGED: The commandline ``-p/--port`` option now takes precedence over all
16+
other ways of setting the start port.
17+
1218
0.6.2 -- 2015-02-07
1319
-------------------
1420

15-
* ADDDED: Colour output is now supported on Windows when the ``colorama``
21+
* ADDED: Colour output is now supported on Windows when the ``colorama``
1622
package is installed.
1723
* FIXED: Honcho no longer always crashes on Windows. Sorry about that.
1824

honcho/__init__.py

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

0 commit comments

Comments
 (0)