Bump version to 0.9.1

This commit is contained in:
Joshua Boniface 2020-10-29 12:16:38 -04:00
parent e984f315f1
commit 56ba7b1457
4 changed files with 18 additions and 1 deletions

View File

@ -21,6 +21,11 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
## Changelog
#### v0.9.1
* Added per-VM migration method feature
* Fixed bug with provisioner system template listing
#### v0.9.0
Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.

7
debian/changelog vendored
View File

@ -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
* Numerous bugfixes and improvements

View File

@ -19,6 +19,11 @@ To get started with PVC, read the [Cluster Architecture document](https://parall
## Changelog
#### v0.9.1
* Added per-VM migration method feature
* Fixed bug with provisioner system template listing
#### v0.9.0
Numerous small improvements and bugfixes. This release is suitable for general use and is pre-release-quality software.

View File

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