Changeset 9820a0f in rattail
- Timestamp:
- 07/25/2022 11:41:38 AM (6 months ago)
- Branches:
- master
- Children:
- 6d8e1e9
- Parents:
- 0331028
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
r0331028 r9820a0f 2 2 CHANGELOG 3 3 ========= 4 5 0.9.292 (2022-07-25) 6 -------------------- 7 8 * Add ``primary`` flag for ``ContactMixin.add_email()`` and ``add_phone()``. 9 10 * Maybe omit rows w/ no qty when making purchase from ordering batch. 11 12 * Improve how receiving batch is created from purchase. 13 14 * Add ``AppHandler.today()`` method. 15 16 * Add ``can_auto_receive()`` method for purchase batch handler. 17 18 * Update invoice parser for KeHE, per new format. 19 4 20 5 21 0.9.291 (2022-07-22) -
rattail/_version.py
r0331028 r9820a0f 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.29 1'3 __version__ = '0.9.292'
Note: See TracChangeset
for help on using the changeset viewer.