From 7b5ac7eba4c7cc6fa94847b48910c511bd6ee4e9 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 2 Dec 2019 08:40:45 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 16 ++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 8c353bac..88d6d18f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,22 @@ CHANGELOG ========= +0.8.76 (2019-12-02) +------------------- + +* Allow update of row unit cost directly from receiving batch view. + +* Show vendor item code in receiving batch row grid. + +* Expose catalog cost, allow updating, for receiving batch rows. + +* Add API view for marking "receiving complete" for receiving batch. + +* Allow override of user authentication logic for API. + +* Add API views for admin user to become / stop being "root". + + 0.8.75 (2019-11-19) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 0a0a7f55..73ca1f4d 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.75' +__version__ = '0.8.76'