Update changelog

This commit is contained in:
Lance Edgar 2016-05-14 11:07:13 -05:00
parent 6ffcde5671
commit a056997c04
2 changed files with 11 additions and 1 deletions

View file

@ -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)
-------------------

View file

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