* **Update:** Studio.schedule() now returns information about how much did it take to schedule the tasks.
* **Update:** Studio.to_tjp() now returns information about how much did it take to complete the conversion.
0.2.2.1
=======
* **Fix:** Task.percent_complete() now calculates the percent complete correctly.
0.2.2
=====
* **Update:** Added cascade attributes to all necessary relations for all the classes.
* **Update:** The Version class is not mixed with the StatusMixin anymore. So the versions are not going to be statusable anymore. Also created alembic revision (a6598cde6b) for that update.
0.2.1.2
=======
* **Update:** TaskJugglerScheduler and the Studio classes are now returning the stderr message out of their ``schedule()`` methods.
0.2.1.1
=======
* **Fix:** Disabled some deep debug messages on TaskJugglerScheduler._parse_csv_file().
* **Fix:** Fixed a flush issue related to the Task.parent attribute which is lazily loaded in Task._schedule_seconds_setter().
0.2.1
=====
* **Fix:** As usual distutil thinks ``0.2.0`` is a lower version number than ``0.2.0.rc5`` (I should have read the documentation again and used ``0.2.0.c5`` instead of ``0.2.0.rc5``) so this is a dummy update to just to fix the version number.