From 3df14070732029d1fddda37c31ca647b020173f6 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 24 Oct 2018 19:22:27 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 10 ++++++++++ tailbone/_version.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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'