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 fbfb45b commit 9d1ab97Copy full SHA for 9d1ab97
python/rpdk/python/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "2.1.8"
+__version__ = "2.1.9"
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.17",
+ version="2.1.18",
7
description=__doc__,
8
author="Amazon Web Services",
9
author_email="aws-cloudformation-developers@amazon.com",
0 commit comments