From 78dec779874b32086887cc1968ece5c41f15692f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 26 Aug 2020 10:24:44 -0400 Subject: [PATCH] Bump version to 0.8 --- README.md | 4 ++++ debian/changelog | 10 ++++++++-- docs/index.md | 4 ++++ node-daemon/pvcnoded/Daemon.py | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c7060963..5954dde9 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.8 + +Numerous improvements and bugfixes. This release is suitable for general use and is pre-release-quality software. + #### v0.7 Numerous improvements and bugfixes, revamped documentation. This release is suitable for general use and is beta-quality software. diff --git a/debian/changelog b/debian/changelog index 2af90ddc..06fad373 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,14 +1,20 @@ +pvc (0.8-0) unstable; urgency=medium + + * Numerous bugfixes and improvements + + -- Joshua Boniface Tue, 11 Aug 2020 12:12:07 -0400 + pvc (0.7-0) unstable; urgency=medium * Numerous bugfixes and improvements - -- Joshua Boniface Sat, 15 Feb 2019 23:24:17 -0500 + -- Joshua Boniface Sat, 15 Feb 2020 23:24:17 -0500 pvc (0.6-0) unstable; urgency=medium * Numerous improvements, implementation of provisioner and API client - -- Joshua Boniface Sat, 08 Feb 2019 18:26:58 -0500 + -- Joshua Boniface Sat, 08 Feb 2020 18:26:58 -0500 pvc (0.5-0) unstable; urgency=medium diff --git a/docs/index.md b/docs/index.md index 03df3857..9182f6a3 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.8 + +Numerous improvements and bugfixes. This release is suitable for general use and is pre-release-quality software. + #### v0.7 Numerous improvements and bugfixes, revamped documentation. This release is suitable for general use and is beta-quality software. diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index 2261c878..4b5e0ccc 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -21,7 +21,7 @@ ############################################################################### # Version string for startup output -version = '0.7' +version = '0.8' import kazoo.client import libvirt