Updating package version to 0.1.3

Change-Id: I0ec5a96d4c8b18f2b540468f2e6bf17bda4a5c94
This commit is contained in:
Dale Smith 2016-03-10 10:54:24 +00:00
parent ff89e2e960
commit a4b02b2ae8
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-stacktask (0.1.3) unstable; urgency=medium
* Renaming cmd to stacktask-api
-- Dale Smith <dale@catalyst-eu.net> Thu, 10 Mar 2016 10:41:31 +0000
python-stacktask (0.1.2) unstable; urgency=medium
* Upgrading version and status to production ready.

View File

@ -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',