Fix bump_version to include API
This commit is contained in:
parent
c4ac75b973
commit
3330624f70
|
@ -26,7 +26,7 @@ import pvcapid.flaskapi as pvc_api
|
||||||
##########################################################
|
##########################################################
|
||||||
|
|
||||||
# Version string for startup output
|
# Version string for startup output
|
||||||
version = '0.9.11'
|
version = '0.9.14'
|
||||||
|
|
||||||
if pvc_api.config['ssl_enabled']:
|
if pvc_api.config['ssl_enabled']:
|
||||||
context = (pvc_api.config['ssl_cert_file'], pvc_api.config['ssl_key_file'])
|
context = (pvc_api.config['ssl_cert_file'], pvc_api.config['ssl_key_file'])
|
||||||
|
|
|
@ -47,7 +47,7 @@ echo -e "${deb_changelog_new}" >> ${deb_changelog_file}
|
||||||
echo -e "${deb_changelog_orig}" >> ${deb_changelog_file}
|
echo -e "${deb_changelog_orig}" >> ${deb_changelog_file}
|
||||||
mv ${deb_changelog_file} debian/changelog
|
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
|
git commit -v
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
|
Loading…
Reference in New Issue