Update changelog.

This commit is contained in:
Lance Edgar 2014-07-12 15:42:47 -07:00
parent d49a466303
commit 175f5f8567
2 changed files with 11 additions and 1 deletions

View file

@ -1,5 +1,15 @@
.. -*- coding: utf-8 -*-
0.3.32
------
* Add ``ReportCode`` and ``Product.report_code`` to schema.
* Fix ``Product.family`` relationship.
* Add ``rattail.config`` module, currently with ``parse_list()`` function only.
0.3.31
------

View file

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