[Python-modules-commits] [python-digitalocean] 15/19: updates the version to 1.10.0
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Tue Jun 20 00:31:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
asb pushed a commit to annotated tag 1.10.1
in repository python-digitalocean.
commit e9647c10b3ed3fc4ac8201555194dbf94ed24f63
Author: Lorenzo Setale <lorenzo at setale.me>
Date: Mon Oct 17 18:55:27 2016 +0200
updates the version to 1.10.0
---
digitalocean/__init__.py | 2 +-
setup.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/digitalocean/__init__.py b/digitalocean/__init__.py
index babe283..42d3294 100644
--- a/digitalocean/__init__.py
+++ b/digitalocean/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""digitalocean API to manage droplets"""
-__version__ = "1.9.0"
+__version__ = "1.10.0"
__author__ = "Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )"
__author_email__ = "koalalorenzo at gmail.com"
__license__ = "LGPL v3"
diff --git a/setup.py b/setup.py
index 85bd4c4..bd85459 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if os.path.isfile("DESCRIPTION.rst"):
setup(
name='python-digitalocean',
- version='1.9.0',
+ version='1.10.0',
description='digitalocean.com API to manage Droplets and Images',
author='Lorenzo Setale ( http://who.is.lorenzo.setale.me/? )',
author_email='koalalorenzo at gmail.com',
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-digitalocean.git
More information about the Python-modules-commits
mailing list