[Python-modules-commits] [python-digitalocean] 19/19: bumps the version to 1.10.1
Andrew Starr-Bochicchio
asb at moszumanska.debian.org
Tue Jun 20 00:31:31 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 3a767cb69567e4df622641bdf16ce3393e97f37b
Author: Lorenzo Setale <lorenzo at setale.me>
Date: Sat Nov 5 09:43:24 2016 +0100
bumps the version to 1.10.1
---
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 42d3294..5466c0f 100644
--- a/digitalocean/__init__.py
+++ b/digitalocean/__init__.py
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""digitalocean API to manage droplets"""
-__version__ = "1.10.0"
+__version__ = "1.10.1"
__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 bd85459..f6b4c61 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ if os.path.isfile("DESCRIPTION.rst"):
setup(
name='python-digitalocean',
- version='1.10.0',
+ version='1.10.1',
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