Bump version to 0.9.16

This commit is contained in:
2021-05-10 01:13:21 -04:00
parent b851a6209c
commit fe15bdb854
5 changed files with 28 additions and 2 deletions

View File

@ -26,7 +26,7 @@ import pvcapid.flaskapi as pvc_api
##########################################################
# Version string for startup output
version = '0.9.15'
version = '0.9.16'
if pvc_api.config['ssl_enabled']:
context = (pvc_api.config['ssl_cert_file'], pvc_api.config['ssl_key_file'])