diff --git a/digitalocean/__init__.py b/digitalocean/__init__.py index 30062167..d88f7e86 100644 --- a/digitalocean/__init__.py +++ b/digitalocean/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """digitalocean API to manage droplets""" -__version__ = "1.13.2" +__version__ = "1.14.0" __author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )" __author_email__ = "lorenzo@setale.me" __license__ = "LGPL v3" diff --git a/docs/conf.py b/docs/conf.py index f228d46b..ba5b1ae7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = u'1.13.2' +version = u'1.14.0' # The full version, including alpha/beta/rc tags. -release = u'1.13.2' +release = u'1.14.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 29bbed77..79f13cc3 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='python-digitalocean', - version='1.13.2', + version='1.14.0', description='digitalocean.com API to manage Droplets and Images', author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )', author_email='lorenzo@setale.me',