diff --git a/CHANGES.rst b/CHANGES.rst index 9be0ebb3..69e098e2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,4 +1,16 @@ +0.3.14 +------ + +* Add event hook for attaching Rattail ``config`` to new requests. + +* Fix vendor filter/sort issues in products grid. + +* Add ``Family`` and ``Product.family`` to the general grid/crud UI. + +* Add POD image support to product view page. + + 0.3.13 ------ diff --git a/tailbone/_version.py b/tailbone/_version.py index 8300a52e..1ec0501b 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1 +1 @@ -__version__ = '0.3.13' +__version__ = '0.3.14'