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 0076d1c commit 2105de6Copy full SHA for 2105de6
setup.py
@@ -52,7 +52,7 @@ def find_version(*file_paths):
52
"colorama>=0.4.1",
53
"docker>=4.3.1",
54
"ordered-set>=4.0.2",
55
- "cfn-lint>=0.43.0",
+ "cfn-lint<=0.72.10",
56
"cfn_flip>=1.2.3",
57
"nested-lookup",
58
],
src/rpdk/core/__init__.py
@@ -1,5 +1,5 @@
1
import logging
2
3
-__version__ = "0.2.29"
+__version__ = "0.2.30"
4
5
logging.getLogger(__name__).addHandler(logging.NullHandler())
0 commit comments