mirror of
https://github.com/vale981/releases
synced 2025-03-05 09:41:42 -05:00
Cut 1.6.0
This commit is contained in:
parent
43133ae3a3
commit
0bd1946ea3
2 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
* :release:`1.6.0 <2018-06-20>`
|
||||||
* :feature:`75` Update ``releases.util.parse_changelog`` so it hands kwargs
|
* :feature:`75` Update ``releases.util.parse_changelog`` so it hands kwargs
|
||||||
into ``releases.util.make_app``, which in turn now accepts a
|
into ``releases.util.make_app``, which in turn now accepts a
|
||||||
``load_extensions`` argument triggering loading of one's configured
|
``load_extensions`` argument triggering loading of one's configured
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
__version_info__ = (1, 5, 0)
|
__version_info__ = (1, 6, 0)
|
||||||
__version__ = '.'.join(map(str, __version_info__))
|
__version__ = '.'.join(map(str, __version_info__))
|
||||||
|
|
Loading…
Add table
Reference in a new issue