Bump version to 0.9.107
This commit is contained in:
parent
d695e855f9
commit
387fcfdf6b
@ -1,5 +1,9 @@
|
||||
## PVC Changelog
|
||||
|
||||
###### [v0.9.107](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.107)
|
||||
|
||||
* [Worker Daemon] Fixes a bug where snapshot removal fails during autobackups
|
||||
|
||||
###### [v0.9.106](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.106)
|
||||
|
||||
* [API Daemon] Fixes a calculation bug when checking storage free space
|
||||
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||
|
||||
setup(
|
||||
name="pvc",
|
||||
version="0.9.106",
|
||||
version="0.9.107",
|
||||
packages=["pvc.cli", "pvc.lib"],
|
||||
install_requires=[
|
||||
"Click",
|
||||
|
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
pvc (0.9.107-0) unstable; urgency=high
|
||||
|
||||
* [Worker Daemon] Fixes a bug where snapshot removal fails during autobackups
|
||||
|
||||
-- Joshua M. Boniface <joshua@boniface.me> Mon, 10 Feb 2025 23:15:21 -0500
|
||||
|
||||
pvc (0.9.106-0) unstable; urgency=high
|
||||
|
||||
* [API Daemon] Fixes a calculation bug when checking storage free space
|
||||
|
@ -33,7 +33,7 @@ import os
|
||||
import signal
|
||||
|
||||
# Daemon version
|
||||
version = "0.9.106"
|
||||
version = "0.9.107"
|
||||
|
||||
|
||||
##########################################################
|
||||
|
@ -49,7 +49,7 @@ import re
|
||||
import json
|
||||
|
||||
# Daemon version
|
||||
version = "0.9.106"
|
||||
version = "0.9.107"
|
||||
|
||||
|
||||
##########################################################
|
||||
|
@ -58,7 +58,7 @@ from daemon_lib.automirror import (
|
||||
)
|
||||
|
||||
# Daemon version
|
||||
version = "0.9.106"
|
||||
version = "0.9.107"
|
||||
|
||||
|
||||
config = cfg.get_configuration()
|
||||
|
Loading…
x
Reference in New Issue
Block a user