Update changelog.
This commit is contained in:
parent
d49a466303
commit
175f5f8567
10
CHANGES.rst
10
CHANGES.rst
|
@ -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
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.3.31'
|
||||
__version__ = u'0.3.32'
|
||||
|
|
Loading…
Reference in a new issue