Incrementing package version to 0.1.4

Change-Id: I93e4dc3c981356842e724ca8dadf2fb9251b0ce0
This commit is contained in:
Dale Smith 2016-03-22 15:23:03 +00:00
parent 06b6e6e576
commit 020dd616ea
3 changed files with 11 additions and 1 deletions

View File

@ -275,6 +275,10 @@ When a package is built, a new virtualenv is created and populated using the con
Package building setup:
apt-get install build-essential devscripts dh-virtualenv
Incrementing package version:
'vim setup.py' and increment version parameter.
'dch -i' and write release notes, set version.
Build the package:
dpkg-buildpackage -us -uc

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
python-stacktask (0.1.4) unstable; urgency=medium
* Email templates updated and made configurable in /etc.
-- Dale Smith <dale@catalyst-eu.net> Tue, 22 Mar 2016 14:49:09 +0000
python-stacktask (0.1.3) unstable; urgency=medium
* Renaming cmd to stacktask-api

View File

@ -9,7 +9,7 @@ with open('package_readme.rst') as file:
setup(
name='stacktask',
version='0.1.3',
version='0.1.4',
description='An admin task workflow service for openstack.',
long_description=long_description,
url='https://github.com/catalyst/stacktask',