Releases: koalalorenzo/python-digitalocean
Releases Β· koalalorenzo/python-digitalocean
New release! Yay!
What changed?
- Pagination fix (broken when more than one page of results). ( #122 )
- Set the bool values for Droplet features on load. ( #123 )
- Allow enabling Droplet backups after creation. ( #125 )
Special thanks to: @andrewsomething @randomir
...and thanks also to the rejected pull requests by @duggan ( #124 ) It's always nice to see something radically different π
Support for Floating IPs and bug fixes
New release
New release
New Release
To install this release use pip:
pip install -U python-digitalocean
1.1 Release
Small release
Few bugs fixed. Thanks guys for helping me maintaining this!
To update and/or install it use this command:
pip install -U python-digitalocean
APIv2 with meta-data and new size slugs
This release will use the new API v2 plus some support for meta-data and new size slugs.
To install this release use pip:
pip install -U python-digitalocean
Support to API v2
This pre-release will use the new API v2.
Downloads here: https://pypi.python.org/pypi/python-digitalocean/
0.7.1 Release
Merge pull request #34 from peterlandry/master Use v1 of the api, fix requests