We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6513cac commit 79f93deCopy full SHA for 79f93de
2 files changed
CHANGES.txt
@@ -1,3 +1,10 @@
1
+Version 1.6.b5
2
+ + Fix some wrong variable names thanks to wummel (http://github.com/wummel)
3
+
4
+Version 1.6.b4
5
+ + Fixed droplet creation bug
6
+ + Improved docs
7
8
Version 1.6.b3
9
+ Fixed http methods for droplets
10
+ Change edit_domain_record method name
setup.py
@@ -7,7 +7,7 @@
setup(
name='dop',
- version='1.6.b4',
+ version='1.6.b5',
11
description="A Python client for the Digital Ocean API",
12
long_description=open('README.rst').read() + '\n\n' +
13
open('CHANGES.txt').read(),
0 commit comments