~arx10/procustodibus-agent

645b846ec8605b1e42beec58ca69a03f5a938398 — Justin Ludwig 5 months ago 23730da 1.5.1
version 1.5.1
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.0"
#define MyAppVersion "1.5.1"
#define MyServiceName "ProCustodibusAgent"
#define MyServiceDefault "Service"
#define MySourceDir "C:\Share01\agent1"

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

__version__ = "1.5.0"
__version__ = "1.5.1"

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