From a4b02b2ae8cbc5af7e74600e002c1ea198d4f974 Mon Sep 17 00:00:00 2001 From: Dale Smith Date: Thu, 10 Mar 2016 10:54:24 +0000 Subject: [PATCH] Updating package version to 0.1.3 Change-Id: I0ec5a96d4c8b18f2b540468f2e6bf17bda4a5c94 --- debian/changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c2484fb..643a450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-stacktask (0.1.3) unstable; urgency=medium + + * Renaming cmd to stacktask-api + + -- Dale Smith Thu, 10 Mar 2016 10:41:31 +0000 + python-stacktask (0.1.2) unstable; urgency=medium * Upgrading version and status to production ready. diff --git a/setup.py b/setup.py index 5bc5343..d07e87e 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ with open('package_readme.rst') as file: setup( name='stacktask', - version='0.1.2', + version='0.1.3', description='An admin task workflow service for openstack.', long_description=long_description, url='https://github.com/catalyst/stacktask',