From ef0865f000638351b458809619aff3f1c0739c48 Mon Sep 17 00:00:00 2001 From: Iakov Gan Date: Sat, 18 Nov 2023 22:24:02 +0100 Subject: [PATCH] release 0.2.37 --- 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 b56f7d14..30bb57ea 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.36 +Description: Deployment of Cloud Intelligence Dashboards v0.2.37 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1505,7 +1505,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.36.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-0.2.37.zip' #replace version here if needed CompatibleRuntimes: - python3.10 diff --git a/cid/_version.py b/cid/_version.py index a2c60e44..a4199e82 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1,2 +1,2 @@ -__version__ = '0.2.36' +__version__ = '0.2.37'