Update package version to 0.7

This commit is contained in:
Joshua Boniface 2020-02-15 23:24:22 -05:00
parent c67fc05219
commit 9c7041f12c
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
ver="0.6"
ver="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig --single --yes

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
pvc (0.7-0) unstable; urgency=medium
* TBD
-- Joshua Boniface <joshua@boniface.me> Sat, 15 Feb 2019 23:24:17 -0500
pvc (0.6-0) unstable; urgency=medium
* Numerous improvements, implementation of provisioner and API client

View File

@ -21,7 +21,7 @@
###############################################################################
# Version string for startup output
version = '0.6'
version = '0.7'
import kazoo.client
import libvirt