~arx10/procustodibus-agent

36a7b927d0f9b7224d25952cd4b3079a2a805fe4 — Justin Ludwig a month ago 03b7517 1.6.0
version 1.6.0
2 files changed, 2 insertions(+), 2 deletions(-)

M installer/windows.iss
M procustodibus_agent/__init__.py
M installer/windows.iss => installer/windows.iss +1 -1
@@ 1,6 1,6 @@
; Inno Setup installer script
#define MyAppName "Pro Custodibus Agent"
#define MyAppVersion "1.5.2"
#define MyAppVersion "1.6.0"
#define MyServiceName "ProCustodibusAgent"
#define MyServiceDefault "Service"
#define MyServiceExe "ProCustodibusAgentService.exe"

M procustodibus_agent/__init__.py => procustodibus_agent/__init__.py +1 -1
@@ 1,7 1,7 @@
# -*- coding: utf-8 -*-
"""Pro Custodibus Agent."""

__version__ = "1.5.2"
__version__ = "1.6.0"

DEFAULT_API_URL = "https://api.custodib.us"
DEFAULT_APP_URL = "https://pro.custodib.us"