diff --git a/CHANGES.rst b/CHANGES.rst index 762ca455..ca512864 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,16 @@ CHANGELOG Unreleased ---------- +0.10.9 (2024-06-03) +------------------- + +* Let master view control context menu items for page. + +* Fix panel style for PO vs. Invoice breakdown in receiving batch. + +* Fix the "new custorder" page for butterball. + + 0.10.8 (2024-06-02) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index e6aa0601..bc09b216 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.10.8' +__version__ = '0.10.9'