Modify version to 3-digit numbering
I expect 0.9 will be fairly long-lived, so add another decimal place so I may continue adding tweaks to it. THIS IS NOT SEMVER.
This commit is contained in:
parent
fbbdb209c3
commit
0f299777f1
|
@ -1,4 +1,4 @@
|
|||
pvc (0.9-0) unstable; urgency=high
|
||||
pvc (0.9.0-0) unstable; urgency=high
|
||||
|
||||
* Numerous bugfixes and improvements
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
###############################################################################
|
||||
|
||||
# Version string for startup output
|
||||
version = '0.9'
|
||||
version = '0.9.0'
|
||||
|
||||
import kazoo.client
|
||||
import libvirt
|
||||
|
|
Loading…
Reference in New Issue