- Fix 12: regressions with set_current [kiorky, agateblue]
1.3.1
------------------
- Restore compat with python2 [kiorky]
1.3.0
------------------
- Add a way to make next() easier to use. This fixes 11 [kiorky]
1.2.0
------------------
- Enforce validation for day=1. Before this release we used to support day=0 and it was silently glided to day=1 to support having both day in day in 4th field when it came to have 6fields cron forms (second repeat). It will now raises a CroniterBadDateError. See https://github.com/kiorky/croniter/issues/6 [kiorky]
1.1.0
------------------
- Enforce validation for month=1. Before this release we used to support month=0 and it was silently glided to month=1 to support having both day in month in 4th field when it came to have 6fields cron forms (second repeat). It will now raises a CroniterBadDateError. See https://github.com/kiorky/croniter/issues/6 [kiorky]