Update changelog.
This commit is contained in:
parent
465db1fb0f
commit
4c988b30be
26
CHANGES.rst
26
CHANGES.rst
|
@ -1,5 +1,31 @@
|
||||||
.. -*- coding: utf-8 -*-
|
.. -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
0.5.10
|
||||||
|
------
|
||||||
|
|
||||||
|
* Add ``default.enabled`` config logic for ``rattail.mail``.
|
||||||
|
|
||||||
|
* Add ``ErrorTestConsumer`` for testing datasync error handling.
|
||||||
|
|
||||||
|
* General overhaul of ``rattail.fablib`` subpackage, to support online docs.
|
||||||
|
|
||||||
|
* Add Mako support to ``deploy()`` functions.
|
||||||
|
|
||||||
|
* Add ``rsync()`` function.
|
||||||
|
|
||||||
|
* Add ``bootstrap_rattail()`` function.
|
||||||
|
|
||||||
|
* Add ``get_debian_version()`` function.
|
||||||
|
|
||||||
|
* Fix subtle bug if email template not found.
|
||||||
|
|
||||||
|
* Revamp the ``initdb`` command a bit.
|
||||||
|
|
||||||
|
* Add ``db_model`` property to ``Command`` class.
|
||||||
|
|
||||||
|
* Add docs to ``release`` task.
|
||||||
|
|
||||||
|
|
||||||
0.5.9
|
0.5.9
|
||||||
-----
|
-----
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.9'
|
__version__ = u'0.5.10'
|
||||||
|
|
Loading…
Reference in a new issue