diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3f122de..525deb2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -9,6 +9,9 @@ project endeavours to adhere to `Semantic Versioning`_. Unreleased ---------- +0.6.5 -- 2015-03-09 +------------------- + * ADDED: Exporter templates can now be overridden by the ``--template-dir`` option to ``honcho export``. * CHANGED: Colour output is now supported by default on Windows. diff --git a/honcho/__init__.py b/honcho/__init__.py index 02f8497..e2f45ae 100644 --- a/honcho/__init__.py +++ b/honcho/__init__.py @@ -1 +1 @@ -__version__ = '0.6.4' +__version__ = '0.6.5'