Changeset 65d4b6e in rattail
- Timestamp:
- 11/21/2022 12:46:07 PM (2 months ago)
- Branches:
- master
- Children:
- 17d4023
- Parents:
- 4e2a8f8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGES.rst
r4e2a8f8 r65d4b6e 2 2 CHANGELOG 3 3 ========= 4 5 0.9.323 (2022-11-21) 6 -------------------- 7 8 * Fix the ``shlex_join()`` workaround for python2. 9 10 * Wrap script with run-n-mail too, for overnight luigi tasks. 11 4 12 5 13 0.9.322 (2022-11-20) -
rattail/_version.py
r4e2a8f8 r65d4b6e 1 1 # -*- coding: utf-8; -*- 2 2 3 __version__ = '0.9.32 2'3 __version__ = '0.9.323'
Note: See TracChangeset
for help on using the changeset viewer.