Bump version to 0.9.6
This commit is contained in:
parent
70dfcd434f
commit
e69eb93cb3
|
@ -20,6 +20,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.6
|
||||||
|
|
||||||
|
* Fixes bug with migrations
|
||||||
|
|
||||||
#### v0.9.5
|
#### v0.9.5
|
||||||
|
|
||||||
* Fixes bug with line count in log follow
|
* Fixes bug with line count in log follow
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
pvc (0.9.6-0) unstable; urgency=high
|
||||||
|
|
||||||
|
* Fixes bug with migrations
|
||||||
|
|
||||||
|
-- Joshua M. Boniface <joshua@boniface.me> Tue, 17 Nov 2020 13:01:54 -0500
|
||||||
|
|
||||||
pvc (0.9.5-0) unstable; urgency=high
|
pvc (0.9.5-0) unstable; urgency=high
|
||||||
|
|
||||||
* Fixes bug with line count in log follow
|
* Fixes bug with line count in log follow
|
||||||
|
|
|
@ -18,6 +18,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
|
#### v0.9.6
|
||||||
|
|
||||||
|
* Fixes bug with migrations
|
||||||
|
|
||||||
#### v0.9.5
|
#### v0.9.5
|
||||||
|
|
||||||
* Fixes bug with line count in log follow
|
* Fixes bug with line count in log follow
|
||||||
|
|
|
@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance
|
||||||
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
import pvcnoded.MetadataAPIInstance as MetadataAPIInstance
|
||||||
|
|
||||||
# Version string for startup output
|
# Version string for startup output
|
||||||
version = '0.9.5'
|
version = '0.9.6'
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# PVCD - node daemon startup program
|
# PVCD - node daemon startup program
|
||||||
|
|
Loading…
Reference in New Issue