We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233370d commit 5208c9fCopy full SHA for 5208c9f
2 files changed
CHANGES.txt
@@ -1,6 +1,7 @@
1
-Version 1.6.b2
+Version 1.6.b3
2
+ Fixed http methods for droplets
3
+ Change edit_domain_record method name
4
+ + Ability to install with easy_install without error (thanks to Adam PAPAI)
5
6
Version 1.6.b1
7
+ Updated code to support full api
setup.py
@@ -1,15 +1,13 @@
#!/usr/bin/env python
-import dop
-
try:
from setuptools import setup
except ImportError:
8
from distutils.core import setup
9
10
setup(
11
name='dop',
12
- version='1.6.b2',
+ version='1.6.b3',
13
description="A Python client for the Digital Ocean API",
14
long_description=open('README.rst').read() + '\n\n' +
15
open('CHANGES.txt').read(),
0 commit comments