* Bug fixes with validating data types for `TASKPRED` objects.
---
0.9.7
* Bug fixes with validating data types for `TASK` objects.
---
0.9.6
Added
* Added `resources` attribute containing a list of `TASKRSRC` objects to the `PROJECT` class. Previously, `TASKRSRC` objects were only accessible through a `TASK` object.
---
0.9.5
General
Both project specific and global calendars are now included in the `PROJECT` `calendars` attribute. Covers cases where project tasks are assigned to a gobal calendar.
---
0.9.4
Added
* Added `actual_duartion` property to `PROJECT` class.
---
0.9.3
General
Some code cleanup and corrections to the python code in the README file.