Skip to content

Commit e5c368c

Browse files
committedNov 19, 2020
bumps to 1.16
Signed-off-by: Lorenzo Setale <lorenzo@setale.me>
1 parent ac9cd98 commit e5c368c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎digitalocean/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""digitalocean API to manage droplets"""
33

4-
__version__ = "1.15.0"
4+
__version__ = "1.16.0"
55
__author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )"
66
__author_email__ = "lorenzo@setale.me"
77
__license__ = "LGPL v3"

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'1.15.0'
63+
version = u'1.16.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'1.15.0'
65+
release = u'1.16.0'
6666

6767
# The language for content autogenerated by Sphinx. Refer to documentation
6868
# for a list of supported languages.

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='python-digitalocean',
18-
version='1.15.0',
18+
version='1.16.0',
1919
description='digitalocean.com API to manage Droplets and Images',
2020
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
2121
author_email='lorenzo@setale.me',

0 commit comments

Comments
 (0)
Please sign in to comment.