-
Notifications
You must be signed in to change notification settings - Fork 81
/
CHANGES.txt
39 lines (29 loc) · 1.07 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Version 1.6.b5
+ Fix some wrong variable names thanks to wummel (http://github.com/wummel)
Version 1.6.b4
+ Fixed droplet creation bug
+ Improved docs
Version 1.6.b3
+ Fixed http methods for droplets
+ Change edit_domain_record method name
+ Ability to install with easy_install without error (thanks to Adam PAPAI)
Version 1.6.b1
+ Updated code to support full api
+ Improved comments for methods
+ Some refactor
Version 0.1.6
+ Python 3 compatibility thanks to Sambodson (https://github.com/samdobson)
Version 0.1.5
+ Updated API
Version 0.1.4
+ Added virtio parameter to create_droplet method
+ Minor fixes in all_ssh_keys method
+ Readme region example now uses to_json() method
Version 0.1.3
+ Added ssh_keys support to Droplet object (thanks to Derek: http://github.com/covertgeek)
Version 0.1.2
+ Added ip_address to Droplet object (thanks to Derek: http://github.com/covertgeek)
Version 0.1.1
+ Added support for requests 1.x (thanks to Luke: http://github.com/clone1018)
Version 0.1.0
+ Initial release