Changeset 65330c5c in rattail
- Timestamp:
- 07/26/2020 02:01:04 PM (3 years ago)
- Branches:
- master
- Children:
- b14789a
- Parents:
- c07c9d3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
rc07c9d3 r65330c5c 2 2 CHANGELOG 3 3 ========= 4 5 0.9.131 (2020-07-26) 6 -------------------- 7 8 * Grow ``Product.item_id`` to allow 50 chars. 9 10 * Don't create empty department, when importing subdepartment. 11 12 * Remove unused "fablib" line from manifest. 13 14 * Let config define arbitrary kwargs for datasync watcher. 15 16 * Add ``can_delete_object()`` method for importers. 17 18 * Add ``cache_model()`` convenience method for problem reports. 19 20 * Log info instead of debug, to show count of problems found. 21 4 22 5 23 0.9.130 (2020-06-18) -
rattail/_version.py
rc07c9d3 r65330c5c 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.13 0'3 __version__ = '0.9.131'
Note: See TracChangeset
for help on using the changeset viewer.