Skip to content

Commit

Permalink
Bump version to 0.9.66
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboniface committed Aug 27, 2023
1 parent 3320527 commit 0b90f37
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.65
0.9.66
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## PVC Changelog

###### [v0.9.66](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.66)

* [CLI] Fixes a missing YAML import in CLI

###### [v0.9.65](https://github.com/parallelvirtualcluster/pvc/releases/tag/v0.9.65)

* [CLI] Fixes a bug in the node list filtering command
Expand Down
2 changes: 1 addition & 1 deletion api-daemon/pvcapid/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
from distutils.util import strtobool as dustrtobool

# Daemon version
version = "0.9.65"
version = "0.9.66"

# API version
API_VERSION = 1.0
Expand Down
2 changes: 1 addition & 1 deletion client-cli/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pvc",
version="0.9.65",
version="0.9.66",
packages=["pvc.cli", "pvc.lib"],
install_requires=[
"Click",
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pvc (0.9.66-0) unstable; urgency=high

* [CLI] Fixes a missing YAML import in CLI

-- Joshua M. Boniface <[email protected]> Sun, 27 Aug 2023 11:36:05 -0400

pvc (0.9.65-0) unstable; urgency=high

* [CLI] Fixes a bug in the node list filtering command
Expand Down
2 changes: 1 addition & 1 deletion node-daemon/pvcnoded/Daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import json

# Daemon version
version = "0.9.65"
version = "0.9.66"


##########################################################
Expand Down

0 comments on commit 0b90f37

Please sign in to comment.