Skip to content

Commit 6610bbd

Browse files
authored
release 0.2.47 (#742)
1 parent 3b5af25 commit 6610bbd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AWSTemplateFormatVersion: '2010-09-09'
2-
Description: Deployment of Cloud Intelligence Dashboards v0.2.46
2+
Description: Deployment of Cloud Intelligence Dashboards v0.2.47
33
Metadata:
44
AWS::CloudFormation::Interface:
55
ParameterGroups:
@@ -1577,7 +1577,7 @@ Resources:
15771577
Description: An AWS managed layer with a cid-cmd package installed
15781578
Content:
15791579
S3Bucket: !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}'
1580-
S3Key: 'cid-resource-lambda-layer/cid-0.2.46.zip' #replace version here if needed
1580+
S3Key: 'cid-resource-lambda-layer/cid-0.2.47.zip' #replace version here if needed
15811581
CompatibleRuntimes:
15821582
- python3.10
15831583

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.46'
2+
__version__ = '0.2.47'

0 commit comments

Comments
 (0)