From 955b10da4c23840f37b56f6d9c99fe618654d7d4 Mon Sep 17 00:00:00 2001 From: Iakov Gan Date: Fri, 25 Oct 2024 19:32:58 +0200 Subject: [PATCH] release 0.3.13 --- 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 f0415e79..c86952fc 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.12 +Description: Deployment of Cloud Intelligence Dashboards v0.3.13 Metadata: AWS::CloudFormation::Interface: ParameterGroups: @@ -1625,7 +1625,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.12.zip' #replace version here if needed + S3Key: 'cid-resource-lambda-layer/cid-0.3.13.zip' #replace version here if needed CompatibleRuntimes: - python3.10 - python3.11 diff --git a/cid/_version.py b/cid/_version.py index abda4949..8300a52e 100644 --- a/cid/_version.py +++ b/cid/_version.py @@ -1 +1 @@ -__version__ = '0.3.12' +__version__ = '0.3.13'