From 2f115c07170cfc995097f4d92026a354b9e75ecd Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 15 Apr 2024 10:56:49 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 7 ++++++- tailbone/_version.py | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 1edf8a2a..aa4e3d8f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ CHANGELOG Unreleased ---------- + +0.9.91 (2024-04-15) +------------------- + * Avoid uncaught error when updating order batch row quantities. * Try to return JSON error when receiving API call fails. @@ -13,7 +17,8 @@ Unreleased * Show toast msg instead of silent error, when grid fetch fails. -* Rename template files to avoid "buefy" names. +* Remove most references to "buefy" name in class methods, template + filenames etc. 0.9.90 (2024-04-01) diff --git a/tailbone/_version.py b/tailbone/_version.py index cff6f04f..b78f76b7 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.90' +__version__ = '0.9.91'