- Only localise datetimes to dates when they are aware
0.5.0
- Display start/end dates in the local timezone - Changed the display of Subscription.__str__ - Renewed can now be called from Active state, for an early renewal.
0.4.0
- Added a new trigger for renewing subscriptions in SUSPENDED state, which helps for retries - Changed `timeout_days` to `timeout_hours` in `suspended_timeout`. `timeout_hours` is still around for backward compatibility
0.3.0
- Generated missing migration file - Added a migrate.py helper for generating migrations - Updated version dependencies to (hopefully) make this installable under py2.7
0.2.0
- Initial working release - Subscription models, tasks, and signals defined