* Updated to the 1.0 API. * NB: The semantics of delete_track() have changed. delete_track() now takes an href to a track. To delte a track by index you now need to call delete_track_at_index().
0.9.0
++++++++++++++++++
* Removed 'source' attribute from bundle.
0.8.0
++++++++++++++++++
* Simplified initialization (and removed threading restriction). * Separated REST cover and object libraries. * Moved configuration variables into module's __init__.py file.
0.7.0
++++++++++++++++++
* New repo name.
0.3.0
++++++++++++++++++
* Code cleanup. * get_bundle_href() changed to get_self_href(). * Switched to new style classes.