From a8f97aad141106ee0de93e20ec5ae0d28a95d8cd Mon Sep 17 00:00:00 2001 From: Zoran Ivankovich <118479817+izoran@users.noreply.github.com> Date: Tue, 18 Apr 2023 11:31:30 -0400 Subject: [PATCH] bump version to 2.0.15 (#418) --- 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 99740d21..fa56f3e4 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 software.amazon.cloudformation aws-cloudformation-rpdk-java-plugin - 2.0.14 + 2.0.15 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 d64c7810..6f804466 100644 --- a/python/rpdk/java/__init__.py +++ b/python/rpdk/java/__init__.py @@ -1,5 +1,5 @@ import logging -__version__ = "2.0.14" +__version__ = "2.0.15" logging.getLogger(__name__).addHandler(logging.NullHandler())