Upgrade Steps
- `ScaleDuplicateTask` exception renamed as `ScaleDuplicateResource`. You should start using the new exception (or replacing old one) after upgrading to the latest version.
New Features
- `ScaleClient` now supports feeding another base URL for API during initialization
- A new method `get_tasks_count()` added to return the number of tasks for the given parameters
Other Changes and Notes
- Readme updates
- Release Notes Template is added