Update changelog
This commit is contained in:
parent
6ffcde5671
commit
a056997c04
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.7.0 (2016-05-14)
|
||||
------------------
|
||||
|
||||
* Add new/final importing framework, with full test coverage.
|
||||
|
||||
* Refactor ``import-rattail`` and ``import-rattail-bulk`` per new framework.
|
||||
|
||||
* Add ``AdminUser`` import model, for use with ``import-rattail``.
|
||||
|
||||
|
||||
0.6.26 (2016-05-11)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.6.26'
|
||||
__version__ = u'0.7.0'
|
||||
|
|
Loading…
Reference in a new issue