- Retired in favour of cron_descriptor. This project is no longer maintained.
- Now always returns
unicode
on Python 2 for consistency.
- Now supports expressions with multiple weekdays and ordinal days - thanks @jbondia.
- Now interprets day 7 as Sunday as well as 0, like Linux crontab parsers - thanks @vetyy.
- Now supports expressions with multiple months separated by commas - thanks @MerreM.
- First release on PyPI, featuring
prettify_cron
function.