From 6e39da45a4bcdc9e0f15dc93b1b324716752a2da Mon Sep 17 00:00:00 2001 From: Zoran Ivankovich Date: Thu, 20 Apr 2023 16:00:18 +0000 Subject: [PATCH] bump version to 2.1.16 --- python/rpdk/python/__init__.py | 2 +- src/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/rpdk/python/__init__.py b/python/rpdk/python/__init__.py index 60e043a1..fc0f8b1d 100644 --- a/python/rpdk/python/__init__.py +++ b/python/rpdk/python/__init__.py @@ -1,5 +1,5 @@ import logging -__version__ = "2.1.7" +__version__ = "2.1.8" logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/src/setup.py b/src/setup.py index abc911bd..7d925c20 100644 --- a/src/setup.py +++ b/src/setup.py @@ -3,7 +3,7 @@ setup( name="cloudformation-cli-python-lib", - version="2.1.15", + version="2.1.16", description=__doc__, author="Amazon Web Services", author_email="aws-cloudformation-developers@amazon.com",