Skip to content

Commit

Permalink
Merge pull request #189 from koalalorenzo/release
Browse files Browse the repository at this point in the history
Release 1.11
  • Loading branch information
koalalorenzo committed Mar 15, 2017
2 parents 3bdb0ef + 172dc60 commit cc6ecca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion digitalocean/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""digitalocean API to manage droplets"""

__version__ = "1.10.1"
__version__ = "1.11"
__author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )"
__author_email__ = "koalalorenzo@gmail.com"
__license__ = "LGPL v3"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.10.1'
version = u'1.11'
# The full version, including alpha/beta/rc tags.
release = u'1.10.1'
release = u'1.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='python-digitalocean',
version='1.10.1',
version='1.11',
description='digitalocean.com API to manage Droplets and Images',
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
author_email='koalalorenzo@gmail.com',
Expand Down

0 comments on commit cc6ecca

Please sign in to comment.