From 207a537728a6508f1a15235a742c52360346b13b Mon Sep 17 00:00:00 2001 From: Nick Stenning Date: Sun, 8 Feb 2015 00:20:54 +0000 Subject: [PATCH] Bump version -> 0.6.3 --- CHANGELOG.rst | 8 +++++++- honcho/__init__.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f63322b..108bf32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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. diff --git a/honcho/__init__.py b/honcho/__init__.py index aece342..a68d2bd 100644 --- a/honcho/__init__.py +++ b/honcho/__init__.py @@ -1 +1 @@ -__version__ = '0.6.2' +__version__ = '0.6.3'