v1.0.2
- Fixed: Issue #55 (TypeError was raised during processing validation errors from Redmine when one of the errors was returned as a list)
- Fixed: Issue #59 (Raise ForbiddenError when a 403 is encountered) (thanks to Rick Harris)
- Fixed: Issue #64 (Redmine and Resource classes weren't picklable) (thanks to Rick Harris)
- Fixed: A ResourceSet object with a limit=100, actually returned 125 Resource objects