diff --git a/code/ddns-lambda.py b/code/ddns-lambda.py index edd09e7..87c0846 100755 --- a/code/ddns-lambda.py +++ b/code/ddns-lambda.py @@ -72,7 +72,7 @@ LOGGER = logging.getLogger() ACCOUNT = None REGION = None -VERSION = '0.1.19' +VERSION = '0.1.20' # Read Env variables DEBUG_LOG_LEVEL = os.environ.get('DebugLogLevel', 'INFO') @@ -2313,4 +2313,4 @@ def publish_to_sns(client, message): except ClientError as err: LOGGER.debug("Unexpected error: %s", str(err)+lineno()) else: - LOGGER.debug("No SNS Topic specified, ignoring") \ No newline at end of file + LOGGER.debug("No SNS Topic specified, ignoring")