Bump version to 0.9.3
This commit is contained in:
parent
e6bca5b6a9
commit
baac8f24fd
|
@ -21,6 +21,10 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v0.9.3
|
||||
|
||||
* Fixes bugs with image & OVA upload parsing
|
||||
|
||||
#### v0.9.2
|
||||
|
||||
* Major linting of the codebase with flake8; adds linting tools
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
pvc (0.9.3-0) unstable; urgency=high
|
||||
|
||||
* Fixes bugs with image & OVA upload parsing
|
||||
|
||||
-- Joshua M. Boniface <joshua@boniface.me> Mon, 09 Nov 2020 10:28:15 -0500
|
||||
|
||||
pvc (0.9.2-0) unstable; urgency=high
|
||||
|
||||
* Major linting of the codebase with flake8; adds linting tools
|
||||
|
|
|
@ -19,6 +19,10 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
|
|||
|
||||
## Changelog
|
||||
|
||||
#### v0.9.3
|
||||
|
||||
* Fixes bugs with image & OVA upload parsing
|
||||
|
||||
#### v0.9.2
|
||||
|
||||
* Major linting of the codebase with flake8; adds linting tools
|
||||
|
|
|
@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
|
|||
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
||||
|
||||
# Version string for startup output
|
||||
version = '0.9.2'
|
||||
version = '0.9.3'
|
||||
|
||||
###############################################################################
|
||||
# PVCD - node daemon startup program
|
||||
|
|
Loading…
Reference in New Issue