File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11import logging
22
3- __version__ = "2.1.5 "
3+ __version__ = "2.1.6 "
44
55logging .getLogger (__name__ ).addHandler (logging .NullHandler ())
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ def find_version(*file_paths):
3737 include_package_data = True ,
3838 zip_safe = True ,
3939 python_requires = ">=3.6" ,
40- install_requires = ["cloudformation-cli>=0.2.23 " , "types-dataclasses>=0.1.5" ],
40+ install_requires = ["cloudformation-cli>=0.2.26 " , "types-dataclasses>=0.1.5" ],
4141 entry_points = {
4242 "rpdk.v1.languages" : [
4343 "python37 = rpdk.python.codegen:Python37LanguagePlugin" ,
Original file line number Diff line number Diff line change 33
44setup (
55 name = "cloudformation-cli-python-lib" ,
6- version = "2.1.13a1 " ,
6+ version = "2.1.13 " ,
77 description = __doc__ ,
88 author = "Amazon Web Services" ,
99 author_email = "aws-cloudformation-developers@amazon.com" ,
You can’t perform that action at this time.
0 commit comments