Skip to content

Commit

Permalink
release 4.0.2 (#1008)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Nov 8, 2024
1 parent 53f6f72 commit 958a2be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AWSTemplateFormatVersion: '2010-09-09'
Description: Deployment of Cloud Intelligence Dashboards v4.0.1
Description: Deployment of Cloud Intelligence Dashboards v4.0.2
Metadata:
AWS::CloudFormation::Interface:
ParameterGroups:
Expand Down Expand Up @@ -1760,7 +1760,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.1.zip' #replace version here if needed
S3Key: 'cid-resource-lambda-layer/cid-4.0.2.zip' #replace version here if needed
CompatibleRuntimes:
- python3.10
- python3.11
Expand Down
2 changes: 1 addition & 1 deletion cid/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = '4.0.1'
__version__ = '4.0.2'

0 comments on commit 958a2be

Please sign in to comment.