From a056997c0448c4c734f62540ad70bfcd46495fcb Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sat, 14 May 2016 11:07:13 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 10 ++++++++++ rattail/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f0ba1412..5ca2013b 100644 --- a/CHANGES.rst +++ b/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) ------------------- diff --git a/rattail/_version.py b/rattail/_version.py index 1bace444..9c52c30a 100644 --- a/rattail/_version.py +++ b/rattail/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.6.26' +__version__ = u'0.7.0'