Skip to content

Commit 775584e

Browse files
authored
bump version to 2.1.16 (#257)
1 parent 72f5b03 commit 775584e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/rpdk/python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "2.1.7"
3+
__version__ = "2.1.8"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="cloudformation-cli-python-lib",
6-
version="2.1.15",
6+
version="2.1.16",
77
description=__doc__,
88
author="Amazon Web Services",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)