Changeset 9f201f6 in rattail
- Timestamp:
- 11/28/2022 10:53:26 AM (2 months ago)
- Branches:
- master
- Children:
- 49f0fb8
- Parents:
- 731a7e9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
r731a7e9 r9f201f6 2 2 CHANGELOG 3 3 ========= 4 5 0.9.325 (2022-11-28) 6 -------------------- 7 8 * Auto-record last run date when overnight task completes okay. 9 10 * Keep current rattail config, when launching overnight task. 11 12 * Fix how failed command output is shown for luigi. 13 14 * Remove the 'backup' extra from ``setup.py``. 15 4 16 5 17 0.9.324 (2022-11-21) -
rattail/_version.py
r731a7e9 r9f201f6 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.32 4'3 __version__ = '0.9.325'
Note: See TracChangeset
for help on using the changeset viewer.