Changeset 331a31b in rattail
- Timestamp:
- 07/18/2022 12:38:19 PM (7 months ago)
- Branches:
- master
- Children:
- 68a17f6
- Parents:
- 7c91535
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
r7c91535 r331a31b 2 2 CHANGELOG 3 3 ========= 4 5 0.9.287 (2022-07-18) 6 -------------------- 7 8 * Add web app setting for default grid pagesize. 9 10 * Add basic ``pricing.calculate_markup()`` function. 11 12 * Add ``is_active_for_store()`` method to products handler. 13 14 * Properly encode output for ``str(Brand)``. 15 4 16 5 17 0.9.286 (2022-06-24) -
rattail/_version.py
r7c91535 r331a31b 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.28 6'3 __version__ = '0.9.287'
Note: See TracChangeset
for help on using the changeset viewer.