Changeset 6969918 in rattail
- Timestamp:
- 08/13/2020 12:54:29 PM (2 years ago)
- Branches:
- master
- Children:
- b27fcbd
- Parents:
- 785a54f
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
r785a54f r6969918 2 2 CHANGELOG 3 3 ========= 4 5 0.9.138 (2020-08-13) 6 -------------------- 7 8 * Include alt code lookup for inventory "quick entry" logic. 9 10 * Fix how we obtain local system title for importers. 11 4 12 5 13 0.9.137 (2020-08-10) -
rattail/_version.py
r785a54f r6969918 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.13 7'3 __version__ = '0.9.138'
Note: See TracChangeset
for help on using the changeset viewer.