We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e66823 commit 6eca930Copy full SHA for 6eca930
python/rpdk/python/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "2.1.6"
+__version__ = "2.1.7"
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
src/setup.py
@@ -3,7 +3,7 @@
setup(
name="cloudformation-cli-python-lib",
6
- version="2.1.13",
+ version="2.1.14",
7
description=__doc__,
8
author="Amazon Web Services",
9
author_email="[email protected]",
0 commit comments