Skip to content

Commit c38bef3

Browse files
authored
Fix cloudshell compatibility (#572)
1 parent 56c33ed commit c38bef3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

cfn-templates/cid-cfn.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Parameters:
136136
CidVersion:
137137
Type: String
138138
MinLength: 5
139-
Default: 0.2.19
139+
Default: 0.2.20
140140
Description: A version of CID package
141141
Suffix:
142142
Type: String

cid/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11

2-
__version__ = '0.2.19'
2+
__version__ = '0.2.20'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ deepmerge
44
PyYAML
55
requests
66
six>=1.15
7-
tzlocal
7+
tzlocal>=4.0
88
questionary>=1.10

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ install_requires =
3030
deepmerge
3131
PyYAML
3232
requests
33-
tzlocal
33+
tzlocal>=4.0
3434
six>=1.15
3535
questionary>=1.10
3636

0 commit comments

Comments
 (0)