diff --git a/cfn-templates/cid-cfn.yml b/cfn-templates/cid-cfn.yml index 43d8437c..432b62c7 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.5 +Description: Deployment of Cloud Intelligence Dashboards v4.0.6 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1780,7 +1780,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.5.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-4.0.6.zip' #replace version here if needed CompatibleRuntimes: - python3.10 - python3.11 diff --git a/cid/_version.py b/cid/_version.py index 653faaf3..fb74ae4d 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1,2 +1,2 @@ -__version__ = '4.0.5' +__version__ = '4.0.6'