Skip to content

Commit fad3b07

Browse files
authored
bump version (#244)
1 parent f41d81e commit fad3b07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: 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.6"
3+
__version__ = "2.1.7"
44

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

Diff for: 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.14",
6+
version="2.1.15",
77
description=__doc__,
88
author="Amazon Web Services",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)