Bump version to 0.9.4

This commit is contained in:
Joshua Boniface 2020-11-10 15:33:50 -05:00
parent beb62c9f3d
commit 9053edacd8
4 changed files with 15 additions and 1 deletions

View File

@ -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

6
debian/changelog vendored
View File

@ -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

View File

@ -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

View File

@ -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