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