From 4c988b30bee61ad590df213659e9b321a180f088 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 16 Nov 2015 19:42:03 -0600 Subject: [PATCH] Update changelog. --- CHANGES.rst | 26 ++++++++++++++++++++++++++ rattail/_version.py | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 33041a0c..b4fbb531 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,31 @@ .. -*- 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 ----- diff --git a/rattail/_version.py b/rattail/_version.py index 0dcbfa60..647bfa80 100644 --- a/rattail/_version.py +++ b/rattail/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.5.9' +__version__ = u'0.5.10'