Update changelog
This commit is contained in:
parent
bd7e6f9f8a
commit
b1ec1b8817
10
CHANGES.rst
10
CHANGES.rst
|
@ -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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.44'
|
__version__ = '0.9.45'
|
||||||
|
|
Loading…
Reference in a new issue