Cut 1.6.0

This commit is contained in:
Jeff Forcier 2018-06-20 13:24:09 -07:00
parent 43133ae3a3
commit 0bd1946ea3
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Changelog
=========
* :release:`1.6.0 <2018-06-20>`
* :feature:`75` Update ``releases.util.parse_changelog`` so it hands kwargs
into ``releases.util.make_app``, which in turn now accepts a
``load_extensions`` argument triggering loading of one's configured

View file

@ -1,2 +1,2 @@
__version_info__ = (1, 5, 0)
__version_info__ = (1, 6, 0)
__version__ = '.'.join(map(str, __version_info__))