diff --git a/CHANGES.rst b/CHANGES.rst index cb56d1ad..7f8fa6ab 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,13 @@ .. -*- coding: utf-8 -*- +0.4.5 +----- + +* Add prettier UPCs to ordering worksheet report. + +* Add case pack field to product CRUD form. + + 0.4.4 ----- diff --git a/tailbone/_version.py b/tailbone/_version.py index f4c707d8..0862794a 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version__ = u'0.4.4' +__version__ = u'0.4.5'