Skip to content

Commit d8b14bf

Browse files
committed
Bump version -> 0.6.6
1 parent a40f4f7 commit d8b14bf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

12+
0.6.6 -- 2015-03-16
13+
-------------------
14+
15+
* FIXED: Environment variables in ``.env`` files can, once again, contain
16+
backslash escapes.
17+
18+
1219
0.6.5 -- 2015-03-09
1320
-------------------
1421

honcho/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.6.5'
1+
__version__ = '0.6.6'

0 commit comments

Comments
 (0)