Skip to content

Commit 5208c9f

Browse files
committed
models in different file
1 parent 233370d commit 5208c9f

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

CHANGES.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Version 1.6.b2
1+
Version 1.6.b3
22
+ Fixed http methods for droplets
33
+ Change edit_domain_record method name
4+
+ Ability to install with easy_install without error (thanks to Adam PAPAI)
45

56
Version 1.6.b1
67
+ Updated code to support full api

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
#!/usr/bin/env python
22

3-
import dop
4-
53
try:
64
from setuptools import setup
75
except ImportError:
86
from distutils.core import setup
97

108
setup(
119
name='dop',
12-
version='1.6.b2',
10+
version='1.6.b3',
1311
description="A Python client for the Digital Ocean API",
1412
long_description=open('README.rst').read() + '\n\n' +
1513
open('CHANGES.txt').read(),

0 commit comments

Comments
 (0)