From b96cf3d902b587c80cc0b2ac90d9136b07108224 Mon Sep 17 00:00:00 2001 From: saieshwarm <112009130+saieshwarm@users.noreply.github.com> Date: Thu, 25 Jan 2024 13:09:49 -0800 Subject: [PATCH] Bump version to 2.1.1 (#436) --- pom.xml | 2 +- python/rpdk/java/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d519252b..87be9f8c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 software.amazon.cloudformation aws-cloudformation-rpdk-java-plugin - 2.1.0 + 2.1.1 AWS CloudFormation RPDK Java Plugin The CloudFormation Resource Provider Development Kit (RPDK) allows you to author your own resource providers that can be used by CloudFormation. This plugin library helps to provide runtime bindings for the execution of your providers by CloudFormation. diff --git a/python/rpdk/java/__init__.py b/python/rpdk/java/__init__.py index 2a5cd013..38a89be0 100644 --- a/python/rpdk/java/__init__.py +++ b/python/rpdk/java/__init__.py @@ -1,5 +1,5 @@ import logging -__version__ = "2.1.0" +__version__ = "2.1.1" logging.getLogger(__name__).addHandler(logging.NullHandler())