Skip to content

Commit

Permalink
Cut 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bitprophet committed Jul 12, 2018
1 parent c204a60 commit f03d584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion invoke/_version.py
@@ -1,2 +1,2 @@
__version_info__ = (1, 0, 0)
__version_info__ = (1, 0, 1)
__version__ = ".".join(map(str, __version_info__))
1 change: 1 addition & 0 deletions sites/www/changelog.rst
Expand Up @@ -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.
Expand Down

0 comments on commit f03d584

Please sign in to comment.