Changeset 032dcc3 in rattail
- Timestamp:
- 07/22/2022 12:40:27 PM (7 months ago)
- Branches:
- master
- Children:
- ca503ce
- Parents:
- f34703e
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
rf34703e r032dcc3 2 2 CHANGELOG 3 3 ========= 4 5 0.9.290 (2022-07-22) 6 -------------------- 7 8 * Add ``upc_check_digits_needed()`` method for products handler. 9 10 * Make caching products optional, when creating vendor catalog batch. 11 12 * Add flags for auto-creating brand in product importers. 13 4 14 5 15 0.9.289 (2022-07-19) -
rattail/_version.py
rf34703e r032dcc3 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.2 89'3 __version__ = '0.9.290'
Note: See TracChangeset
for help on using the changeset viewer.