diff --git a/CHANGES.rst b/CHANGES.rst index c9255e8c..4da87f52 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,18 @@ CHANGELOG ========= +0.6.45 (2017-11-01) +------------------- + +* Add product and personnel flags for Department + +* Add sorters, filters for Product regular, current price + +* Add "text" type for new form fields + +* Add description, notes for pricing batches + + 0.6.44 (2017-10-29) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index eec18c7d..3fee0c32 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.6.44' +__version__ = '0.6.45'