File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changelog for clarity_scripts
2
2
=============================
3
3
4
- 0.16 (unreleased )
4
+ 0.16 (2019-11-05 )
5
5
-----------------
6
6
7
- - Nothing changed yet.
7
+ - Bug fixes in generate_hamilton_input_make_cst.py and populate_batch_id.py
8
8
9
9
10
10
0.15 (2019-10-01)
@@ -76,7 +76,7 @@ Other changes:
76
76
- ` generate_hamilton_input_UPL.py ` : fixing blank lines in output file
77
77
- ` generate_manifest.py ` : fixing UDF parsing - reverting refactor
78
78
- ` parse_fluidx_scan.py ` : adding container name check
79
- - fixing StepEPP max_nb_input_container_types
79
+ -milton_input_make_cst.py fixing StepEPP max_nb_input_container_typea
80
80
81
81
82
82
0.11.1 (2019-04-02)
Original file line number Diff line number Diff line change 6
6
requirements_txt = join (abspath (dirname (__file__ )), 'requirements.txt' )
7
7
requirements = [l .strip () for l in open (requirements_txt ) if l and not l .startswith ('#' )]
8
8
9
- version = '0.16.dev0 '
9
+ version = '0.16'
10
10
11
11
12
12
setup (
You can’t perform that action at this time.
0 commit comments