From baac8f24fd81ecfeca10da5570bfeca6d2d19f77 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 9 Nov 2020 10:28:15 -0500 Subject: [PATCH] Bump version to 0.9.3 --- README.md | 4 ++++ debian/changelog | 6 ++++++ docs/index.md | 4 ++++ node-daemon/pvcnoded/Daemon.py | 2 +- 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 42875690..df24eca1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/debian/changelog b/debian/changelog index 4ee5f193..e2350a12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pvc (0.9.3-0) unstable; urgency=high + + * Fixes bugs with image & OVA upload parsing + + -- Joshua M. Boniface 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 diff --git a/docs/index.md b/docs/index.md index 7d5870b2..b65a0e66 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index d2502d19..1e888785 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -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