Bump version to 0.8

This commit is contained in:
Joshua Boniface 2020-08-26 10:24:44 -04:00
parent 6dc6dae26c
commit 78dec77987
4 changed files with 17 additions and 3 deletions

View File

@ -21,6 +21,10 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
## Changelog ## Changelog
#### v0.8
Numerous improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.
#### v0.7 #### v0.7
Numerous improvements and bugfixes, revamped documentation. This release is suitable for general use and is beta-quality software. Numerous improvements and bugfixes, revamped documentation. This release is suitable for general use and is beta-quality software.

10
debian/changelog vendored
View File

@ -1,14 +1,20 @@
pvc (0.8-0) unstable; urgency=medium
* Numerous bugfixes and improvements
-- Joshua Boniface <joshua@boniface.me> Tue, 11 Aug 2020 12:12:07 -0400
pvc (0.7-0) unstable; urgency=medium pvc (0.7-0) unstable; urgency=medium
* Numerous bugfixes and improvements * Numerous bugfixes and improvements
-- Joshua Boniface <joshua@boniface.me> Sat, 15 Feb 2019 23:24:17 -0500 -- Joshua Boniface <joshua@boniface.me> Sat, 15 Feb 2020 23:24:17 -0500
pvc (0.6-0) unstable; urgency=medium pvc (0.6-0) unstable; urgency=medium
* Numerous improvements, implementation of provisioner and API client * Numerous improvements, implementation of provisioner and API client
-- Joshua Boniface <joshua@boniface.me> Sat, 08 Feb 2019 18:26:58 -0500 -- Joshua Boniface <joshua@boniface.me> Sat, 08 Feb 2020 18:26:58 -0500
pvc (0.5-0) unstable; urgency=medium pvc (0.5-0) unstable; urgency=medium

View File

@ -19,6 +19,10 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
## Changelog ## Changelog
#### v0.8
Numerous improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.
#### v0.7 #### v0.7
Numerous improvements and bugfixes, revamped documentation. This release is suitable for general use and is beta-quality software. Numerous improvements and bugfixes, revamped documentation. This release is suitable for general use and is beta-quality software.

View File

@ -21,7 +21,7 @@
############################################################################### ###############################################################################
# Version string for startup output # Version string for startup output
version = '0.7' version = '0.8'
import kazoo.client import kazoo.client
import libvirt import libvirt