- First release on PyPI.
- Add AbstractSchedule
- Renamed package from
schedule
to a less general nametinyschedule
to avoid conflicts.
- Small bugfix: if you subclass AbstractSchedule, you will now get your own class when using
ScheduleManager.lookup(...)
- Bugfix in __getitem__