Update changelog
This commit is contained in:
parent
3fcc105b78
commit
9335381560
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.21 (2017-08-08)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Refactor progress bars somewhat to allow file-based sessions
|
||||||
|
|
||||||
|
* Fix recipients renderer for email settings grid
|
||||||
|
|
||||||
|
* Improve status tracking for upgrades; add package version diff
|
||||||
|
|
||||||
|
|
||||||
0.6.20 (2017-08-07)
|
0.6.20 (2017-08-07)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.20'
|
__version__ = '0.6.21'
|
||||||
|
|
Loading…
Reference in a new issue