Bump version to 0.9.3

This commit is contained in:
Joshua Boniface 2020-11-09 10:28:15 -05:00
parent e6bca5b6a9
commit baac8f24fd
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
#### v0.9.3
* Fixes bugs with image & OVA upload parsing
#### v0.9.2
* Major linting of the codebase with flake8; adds linting tools

6
debian/changelog vendored
View File

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

View File

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

View File

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