Skip to content

Commit

Permalink
Fix cloudshell compatibility (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
iakov-aws authored Jul 5, 2023
1 parent 56c33ed commit c38bef3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cfn-templates/cid-cfn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Parameters:
CidVersion:
Type: String
MinLength: 5
Default: 0.2.19
Default: 0.2.20
Description: A version of CID package
Suffix:
Type: String
Expand Down
2 changes: 1 addition & 1 deletion cid/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '0.2.19'
__version__ = '0.2.20'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ deepmerge
PyYAML
requests
six>=1.15
tzlocal
tzlocal>=4.0
questionary>=1.10
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install_requires =
deepmerge
PyYAML
requests
tzlocal
tzlocal>=4.0
six>=1.15
questionary>=1.10

Expand Down

0 comments on commit c38bef3

Please sign in to comment.