Bump version to 0.8
This commit is contained in:
parent
6dc6dae26c
commit
78dec77987
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
###############################################################################
|
||||
|
||||
# Version string for startup output
|
||||
version = '0.7'
|
||||
version = '0.8'
|
||||
|
||||
import kazoo.client
|
||||
import libvirt
|
||||
|
|
Loading…
Reference in New Issue