File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
{{cookiecutter.project_name}} Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " v5.1.1 "
16+ itk-git-tag : " v5.1.2 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " v5.1.1 "
21+ itk-git-tag : " v5.1.2 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " v5.1.1 "
26+ itk-git-tag : " v5.1.2 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
@@ -140,7 +140,7 @@ jobs:
140140 matrix :
141141 python-version : [36, 37, 38, 39]
142142 include :
143- - itk-python-git-tag : " v5.1.1.post1 "
143+ - itk-python-git-tag : " v5.1.2 "
144144
145145 steps :
146146 - uses : actions/checkout@v2
@@ -184,7 +184,7 @@ jobs:
184184 max-parallel : 2
185185 matrix :
186186 include :
187- - itk-python-git-tag : " v5.1.1.post1 "
187+ - itk-python-git-tag : " v5.1.2 "
188188
189189 steps :
190190 - uses : actions/checkout@v2
@@ -221,7 +221,7 @@ jobs:
221221 matrix :
222222 python-version-minor : [6, 7, 8, 9]
223223 include :
224- - itk-python-git-tag : " v5.1.1.post1 "
224+ - itk-python-git-tag : " v5.1.2 "
225225
226226 steps :
227227 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ jobs:
1313 - os : ubuntu-18.04
1414 c-compiler : " gcc"
1515 cxx-compiler : " g++"
16- itk-git-tag : " v5.1.1 "
16+ itk-git-tag : " v5.1.2 "
1717 cmake-build-type : " MinSizeRel"
1818 - os : windows-2019
1919 c-compiler : " cl.exe"
2020 cxx-compiler : " cl.exe"
21- itk-git-tag : " v5.1.1 "
21+ itk-git-tag : " v5.1.2 "
2222 cmake-build-type : " Release"
2323 - os : macos-10.15
2424 c-compiler : " clang"
2525 cxx-compiler : " clang++"
26- itk-git-tag : " v5.1.1 "
26+ itk-git-tag : " v5.1.2 "
2727 cmake-build-type : " MinSizeRel"
2828
2929 steps :
@@ -133,7 +133,7 @@ jobs:
133133 matrix :
134134 python-version : [36, 37, 38, 39]
135135 include :
136- - itk-python-git-tag : " v5.1.1.post1 "
136+ - itk-python-git-tag : " v5.1.2 "
137137
138138 steps :
139139 - uses : actions/checkout@v2
@@ -169,7 +169,7 @@ jobs:
169169 max-parallel : 2
170170 matrix :
171171 include :
172- - itk-python-git-tag : " v5.1.1.post1 "
172+ - itk-python-git-tag : " v5.1.2 "
173173
174174 steps :
175175 - uses : actions/checkout@v2
@@ -198,7 +198,7 @@ jobs:
198198 matrix :
199199 python-version-minor : [6, 7, 8, 9]
200200 include :
201- - itk-python-git-tag : " v5.1.1.post1 "
201+ - itk-python-git-tag : " v5.1.2 "
202202
203203 steps :
204204 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change 4343 keywords = 'ITK InsightToolkit' ,
4444 url = r'https://itk.org/' ,
4545 install_requires = [
46- r'itk>=5.1.1 '
46+ r'itk>=5.1.2 '
4747 ]
4848 )
You can’t perform that action at this time.
0 commit comments