From 3330624f706b00fa1e1c4c0ce739e93150792065 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Tue, 30 Mar 2021 10:28:19 -0400 Subject: [PATCH] Fix bump_version to include API --- api-daemon/pvcapid/Daemon.py | 2 +- bump-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-daemon/pvcapid/Daemon.py b/api-daemon/pvcapid/Daemon.py index e8f5bf47..bda855f2 100755 --- a/api-daemon/pvcapid/Daemon.py +++ b/api-daemon/pvcapid/Daemon.py @@ -26,7 +26,7 @@ import pvcapid.flaskapi as pvc_api ########################################################## # Version string for startup output -version = '0.9.11' +version = '0.9.14' if pvc_api.config['ssl_enabled']: context = (pvc_api.config['ssl_cert_file'], pvc_api.config['ssl_key_file']) diff --git a/bump-version b/bump-version index 3774cbee..ae5b67d0 100755 --- a/bump-version +++ b/bump-version @@ -47,7 +47,7 @@ echo -e "${deb_changelog_new}" >> ${deb_changelog_file} echo -e "${deb_changelog_orig}" >> ${deb_changelog_file} mv ${deb_changelog_file} debian/changelog -git add node-daemon/pvcnoded/Daemon.py README.md docs/index.md debian/changelog +git add node-daemon/pvcnoded/Daemon.py api-daemon/pvcapid/Daemon.py README.md docs/index.md debian/changelog git commit -v echo