Changeset 5e978e8 in rattail
- Timestamp:
- 07/27/2022 10:20:13 AM (6 months ago)
- Branches:
- master
- Children:
- 8361148b
- Parents:
- e2e3900
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
re2e3900 r5e978e8 2 2 CHANGELOG 3 3 ========= 4 5 0.9.293 (2022-07-27) 6 -------------------- 7 8 * Avoid extra sessions in datasync, when fetching config from DB. 9 10 * Add ``--list-types`` arg for ``make-config`` cmd. 11 12 * Add basic python3 support for ``rattail import-sample`` cmd. 13 4 14 5 15 0.9.292 (2022-07-25) -
rattail/_version.py
re2e3900 r5e978e8 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.29 2'3 __version__ = '0.9.293'
Note: See TracChangeset
for help on using the changeset viewer.