diff --git a/invoke/_version.py b/invoke/_version.py index 2c3ca0664..ad388277b 100644 --- a/invoke/_version.py +++ b/invoke/_version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 0, 0) +__version_info__ = (1, 0, 1) __version__ = ".".join(map(str, __version_info__)) diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 323de9b2e..c84cbaa75 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,7 @@ Changelog ========= +- :release:`1.0.1 <2018-07-12>` - :bug:`270` (also :issue:`551`) ``None`` values in config levels (most commonly caused by empty configuration files) would raise ``AttributeError`` when `~invoke.config.merge_dicts` was used to merge config levels together.