From 56899c5fb070fcf1a4f2dd5a5338afa3f8652f94 Mon Sep 17 00:00:00 2001 From: Iakov GAN <82834333+iakov-aws@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:52:58 +0200 Subject: [PATCH] release 0.3.6 (#862) --- 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 5c714e37..5776bcc3 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.3.5 +Description: Deployment of Cloud Intelligence Dashboards v0.3.6 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1609,7 +1609,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.3.5.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-0.3.6.zip' #replace version here if needed CompatibleRuntimes: - python3.10 - python3.11 diff --git a/cid/_version.py b/cid/_version.py index 40ed83d9..4596d037 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1 +1 @@ -__version__ = '0.3.5' +__version__ = '0.3.6'