Bump version to 0.9.1
This commit is contained in:
parent
e984f315f1
commit
56ba7b1457
|
@ -21,6 +21,11 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.1
|
||||||
|
|
||||||
|
* Added per-VM migration method feature
|
||||||
|
* Fixed bug with provisioner system template listing
|
||||||
|
|
||||||
#### v0.9.0
|
#### v0.9.0
|
||||||
|
|
||||||
Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.
|
Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.
|
||||||
|
|
|
@ -1,3 +1,10 @@
|
||||||
|
pvc (0.9.1-0) unstable; urgency=high
|
||||||
|
|
||||||
|
* Added per-VM migration method feature
|
||||||
|
* Fixed bug with provisioner system template listing
|
||||||
|
|
||||||
|
-- Joshua Boniface <joshua@boniface.me> Thu, 29 Oct 2020 12:15:28 -0400
|
||||||
|
|
||||||
pvc (0.9.0-0) unstable; urgency=high
|
pvc (0.9.0-0) unstable; urgency=high
|
||||||
|
|
||||||
* Numerous bugfixes and improvements
|
* Numerous bugfixes and improvements
|
||||||
|
|
|
@ -19,6 +19,11 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.1
|
||||||
|
|
||||||
|
* Added per-VM migration method feature
|
||||||
|
* Fixed bug with provisioner system template listing
|
||||||
|
|
||||||
#### v0.9.0
|
#### v0.9.0
|
||||||
|
|
||||||
Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.
|
Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
|
|
||||||
# Version string for startup output
|
# Version string for startup output
|
||||||
version = '0.9.0'
|
version = '0.9.1'
|
||||||
|
|
||||||
import kazoo.client
|
import kazoo.client
|
||||||
import libvirt
|
import libvirt
|
||||||
|
|
Loading…
Reference in New Issue