From 8cfa46efd92b2a798498495300e0b6f4ed4976e8 Mon Sep 17 00:00:00 2001 From: Iakov GAN <82834333+iakov-aws@users.noreply.github.com> Date: Wed, 13 Nov 2024 00:19:21 +0100 Subject: [PATCH] release 4.0.3 (#1021) --- cfn-templates/cid-cfn.yml | 4 ++-- cid/_version.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cfn-templates/cid-cfn.yml b/cfn-templates/cid-cfn.yml index cc756b55..504e0b54 100644 --- a/cfn-templates/cid-cfn.yml +++ b/cfn-templates/cid-cfn.yml @@ -1,5 +1,5 @@ AWSTemplateFormatVersion: '2010-09-09' -Description: Deployment of Cloud Intelligence Dashboards v4.0.2 +Description: Deployment of Cloud Intelligence Dashboards v4.0.3 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1777,7 +1777,7 @@ Resources: - LambdaLayerBucketPrefixIsManaged - !FindInMap [RegionMap, !Ref 'AWS::Region', BucketName] - !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' # Region added for backward compatibility - S3Key: 'cid-resource-lambda-layer/cid-4.0.2.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-4.0.3.zip' #replace version here if needed CompatibleRuntimes: - python3.10 - python3.11 diff --git a/cid/_version.py b/cid/_version.py index b9449825..76c6b7b8 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1,2 +1,2 @@ -__version__ = '4.0.2' +__version__ = '4.0.3'