Update package version to 0.7
This commit is contained in:
parent
c67fc05219
commit
9c7041f12c
|
@ -1,5 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
ver="0.6"
|
ver="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )"
|
||||||
git pull
|
git pull
|
||||||
rm ../pvc_*
|
rm ../pvc_*
|
||||||
dh_make -p pvc_${ver} --createorig --single --yes
|
dh_make -p pvc_${ver} --createorig --single --yes
|
||||||
|
|
|
@ -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
|
pvc (0.6-0) unstable; urgency=medium
|
||||||
|
|
||||||
* Numerous improvements, implementation of provisioner and API client
|
* Numerous improvements, implementation of provisioner and API client
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Version string for startup output
|
# Version string for startup output
|
||||||
version = '0.6'
|
version = '0.7'
|
||||||
|
|
||||||
import kazoo.client
|
import kazoo.client
|
||||||
import libvirt
|
import libvirt
|
||||||
|
|
Loading…
Reference in New Issue