We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0838bb commit 207a537Copy full SHA for 207a537
CHANGELOG.rst
@@ -9,10 +9,16 @@ project endeavours to adhere to `Semantic Versioning`_.
9
Unreleased
10
----------
11
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
18
0.6.2 -- 2015-02-07
19
-------------------
20
-* ADDDED: Colour output is now supported on Windows when the ``colorama``
21
+* ADDED: Colour output is now supported on Windows when the ``colorama``
22
package is installed.
23
* FIXED: Honcho no longer always crashes on Windows. Sorry about that.
24
honcho/__init__.py
@@ -1 +1 @@
1
-__version__ = '0.6.2'
+__version__ = '0.6.3'
0 commit comments