From a7363c859879f866dd0ec49f1073070f8af99568 Mon Sep 17 00:00:00 2001 From: "Gangwoo \"Peter\" Cho" Date: Mon, 7 Mar 2022 11:21:50 -0500 Subject: [PATCH] added missing carriage return and incremented version 0.1.20 --- code/ddns-lambda.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")