Update changelog.
This commit is contained in:
parent
803ac4bb5e
commit
050bc321a1
12
CHANGES.rst
12
CHANGES.rst
|
@ -1,5 +1,17 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
0.5.4
|
||||
-----
|
||||
|
||||
* Add config to old ``BatchExecutor`` constructor.
|
||||
|
||||
* Add ``--no-extend-config`` arg to command line system, for sake of tests.
|
||||
|
||||
* Add support for "fallback key" when sending mail with config.
|
||||
|
||||
* Add ``ImportHandler`` class, update ``ImportSubcommand`` to use it etc.
|
||||
|
||||
|
||||
0.5.3
|
||||
-----
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.3'
|
||||
__version__ = u'0.5.4'
|
||||
|
|
Loading…
Reference in a new issue