Update changelog.

This commit is contained in:
Lance Edgar 2015-07-04 14:33:43 -05:00
parent d9b506352a
commit edb0f49c0f
2 changed files with 17 additions and 1 deletions

View file

@ -1,5 +1,21 @@
.. -*- coding: utf-8 -*-
0.4.20
------
* Add support for configurable Reply-To address when sending email.
* Always upgrade pip (and install wheel) when "installing" pip.
* Add 'key' as 3rd positional / 1st keyword arg to ``cache_model()`` function.
* Give commands a proper ``RattailConfig`` object instance.
* Add ``RattailConfig.getint()`` method to allow a default value.
* Change behavior of ``files.locking_copy()`` function.
0.4.19
------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-
__version__ = u'0.4.19'
__version__ = u'0.4.20'