From 33d4a75243098ca282f6c090e67fd888537b22a6 Mon Sep 17 00:00:00 2001 From: Iakov Gan Date: Fri, 19 Apr 2024 19:02:48 +0200 Subject: [PATCH] release 0.3.1 --- 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 952266ca..778aaff5 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.0 +Description: Deployment of Cloud Intelligence Dashboards v0.3.1 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1567,7 +1567,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.0.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-0.3.1.zip' #replace version here if needed CompatibleRuntimes: - python3.10 - python3.11 diff --git a/cid/_version.py b/cid/_version.py index 0404d810..e1424ed0 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1 +1 @@ -__version__ = '0.3.0' +__version__ = '0.3.1'