Skip to content

Commit 79f93de

Browse files
committed
updated version and changes.txt
1 parent 6513cac commit 79f93de

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGES.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
Version 1.6.b3
29
+ Fixed http methods for droplets
310
+ Change edit_domain_record method name

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='dop',
10-
version='1.6.b4',
10+
version='1.6.b5',
1111
description="A Python client for the Digital Ocean API",
1212
long_description=open('README.rst').read() + '\n\n' +
1313
open('CHANGES.txt').read(),

0 commit comments

Comments
 (0)