Skip to content

Commit ca03939

Browse files
committed
bumps version to 1.15.0
Signed-off-by: Lorenzo Setale <lorenzo@setale.me>
1 parent 5b689ca commit ca03939

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

digitalocean/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# -*- coding: utf-8 -*-
22
"""digitalocean API to manage droplets"""
33

4-
__version__ = "1.14.0"
4+
__version__ = "1.15.0"
55
__author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )"
66
__author_email__ = "lorenzo@setale.me"
77
__license__ = "LGPL v3"
8-
__copyright__ = "Copyright (c) 2012, 2013, 2014, 2015, 2016, 2017, 2018 Lorenzo Setale"
8+
__copyright__ = "Copyright (c) 2012-2020 Lorenzo Setale"
99

1010
from .Manager import Manager
1111
from .Droplet import Droplet, DropletError, BadKernelObject, BadSSHKeyFormat

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@
5252

5353
# General information about the project.
5454
project = u'Python Digitalocean'
55-
copyright = u'2017, Lorenzo Setale'
55+
copyright = u'2020, Lorenzo Setale'
5656
author = u'Lorenzo Setale'
5757

5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = u'1.14.0'
63+
version = u'1.15.0'
6464
# The full version, including alpha/beta/rc tags.
65-
release = u'1.14.0'
65+
release = u'1.15.0'
6666

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
1717
name='python-digitalocean',
18-
version='1.14.0',
18+
version='1.15.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)