Update changelog

This commit is contained in:
Lance Edgar 2023-09-02 13:56:10 -05:00
parent bd7e6f9f8a
commit b1ec1b8817
2 changed files with 11 additions and 1 deletions

View file

@ -2,6 +2,16 @@
CHANGELOG CHANGELOG
========= =========
0.9.45 (2023-09-02)
-------------------
* Add grid filter type for BigInteger columns.
* Add products API route to fetch label profiles for use w/ printing.
* Tweaks for cost editing within a receiving batch.
0.9.44 (2023-08-31) 0.9.44 (2023-08-31)
------------------- -------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.9.44' __version__ = '0.9.45'