From 74678882eea520db2d4bc60c08b5301216017552 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 29 Aug 2023 22:21:20 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 20 ++++++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f43e669b..5cf50519 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,26 @@ CHANGELOG ========= +0.9.42 (2023-08-29) +------------------- + +* When bulk-deleting, skip objects which are not "deletable". + +* Declare "from PO" receiving workflow if applicable, in API. + +* Auto-select text when editing costs for receiving. + +* Include shopper history from parent customer account perspective. + +* Link to product record, for New Product batch row. + +* Fix profile history to show when a CustomerShopperHistory is deleted. + +* Fairly massive overhaul of the Profile view; standardize tabs etc.. + +* Add support for "missing" credit in mobile receiving. + + 0.9.41 (2023-08-08) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 07ccc0e9..fdf05e34 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.41' +__version__ = '0.9.42'