From 5b8ec2563ef9664ea7349ac0c5a48d72e28c9024 Mon Sep 17 00:00:00 2001 From: Iakov GAN <82834333+iakov-aws@users.noreply.github.com> Date: Wed, 10 Jan 2024 14:19:25 +0100 Subject: [PATCH] release 0.2.40 (#709) --- 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 e6a5b322..6d94e45b 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 v0.2.39 +Description: Deployment of Cloud Intelligence Dashboards v0.2.40 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1506,7 +1506,7 @@ Resources: Description: An AWS managed layer with a cid-cmd package installed Content: S3Bucket: !Sub '${LambdaLayerBucketPrefix}-${AWS::Region}' - S3Key: 'cid-resource-lambda-layer/cid-0.2.39.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-0.2.40.zip' #replace version here if needed CompatibleRuntimes: - python3.10 diff --git a/cid/_version.py b/cid/_version.py index d7a4a74b..063d5248 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1,2 +1,2 @@ -__version__ = '0.2.39' +__version__ = '0.2.40'