Bump version to 0.9.4
This commit is contained in:
parent
beb62c9f3d
commit
9053edacd8
|
@ -21,6 +21,10 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.4
|
||||||
|
|
||||||
|
* Fixes major bug in OVA parser
|
||||||
|
|
||||||
#### v0.9.3
|
#### v0.9.3
|
||||||
|
|
||||||
* Fixes bugs with image & OVA upload parsing
|
* Fixes bugs with image & OVA upload parsing
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
pvc (0.9.4-0) unstable; urgency=high
|
||||||
|
|
||||||
|
* Fixes major bug in OVA parser
|
||||||
|
|
||||||
|
-- Joshua M. Boniface <joshua@boniface.me> Tue, 10 Nov 2020 15:33:50 -0500
|
||||||
|
|
||||||
pvc (0.9.3-0) unstable; urgency=high
|
pvc (0.9.3-0) unstable; urgency=high
|
||||||
|
|
||||||
* Fixes bugs with image & OVA upload parsing
|
* Fixes bugs with image & OVA upload parsing
|
||||||
|
|
|
@ -19,6 +19,10 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.4
|
||||||
|
|
||||||
|
* Fixes major bug in OVA parser
|
||||||
|
|
||||||
#### v0.9.3
|
#### v0.9.3
|
||||||
|
|
||||||
* Fixes bugs with image & OVA upload parsing
|
* Fixes bugs with image & OVA upload parsing
|
||||||
|
|
|
@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
|
||||||
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
||||||
|
|
||||||
# Version string for startup output
|
# Version string for startup output
|
||||||
version = '0.9.3'
|
version = '0.9.4'
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# PVCD - node daemon startup program
|
# PVCD - node daemon startup program
|
||||||
|
|
Loading…
Reference in New Issue