diff --git a/digitalocean/__init__.py b/digitalocean/__init__.py index 7eb3cd7d..30062167 100644 --- a/digitalocean/__init__.py +++ b/digitalocean/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- """digitalocean API to manage droplets""" -__version__ = "1.13.1" +__version__ = "1.13.2" __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 2f025370..f228d46b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -60,9 +60,9 @@ # built documents. # # The short X.Y version. -version = u'1.13.1' +version = u'1.13.2' # The full version, including alpha/beta/rc tags. -release = u'1.13.1' +release = u'1.13.2' # 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 3add5cd7..29bbed77 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ setup( name='python-digitalocean', - version='1.13.1', + version='1.13.2', description='digitalocean.com API to manage Droplets and Images', author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )', author_email='lorenzo@setale.me',