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 97ddeab commit aafa15cCopy full SHA for aafa15c
python/rpdk/python/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "2.1.3"
+__version__ = "2.1.4"
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.6",
+ version="2.1.7",
7
description=__doc__,
8
author="Amazon Web Services",
9
author_email="aws-cloudformation-developers@amazon.com",
0 commit comments