diff --git a/CHANGES.rst b/CHANGES.rst index a3ead3c7..a1a5e9ba 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,16 @@ CHANGELOG ========= +0.7.46 (2018-10-24) +------------------- + +* Allow individual App Settings to not be required; allow null. + +* Add ``MasterView.render_product()``; fix edit for pricing batch row. + +* Add ability to "transform" TD parent row from pack to unit item. + + 0.7.45 (2018-10-19) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 3262f307..968301b3 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.7.45' +__version__ = '0.7.46'