Skip to content

Commit acf47a1

Browse files
author
tcezard
committed
Preparing release 0.16
1 parent aac6e7b commit acf47a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Changelog for clarity_scripts
22
=============================
33

4-
0.16 (unreleased)
4+
0.16 (2019-11-05)
55
-----------------
66

7-
- Nothing changed yet.
7+
- Bug fixes in generate_hamilton_input_make_cst.py and populate_batch_id.py
88

99

1010
0.15 (2019-10-01)
@@ -76,7 +76,7 @@ Other changes:
7676
- `generate_hamilton_input_UPL.py`: fixing blank lines in output file
7777
- `generate_manifest.py`: fixing UDF parsing - reverting refactor
7878
- `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
8080

8181

8282
0.11.1 (2019-04-02)

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
requirements_txt = join(abspath(dirname(__file__)), 'requirements.txt')
77
requirements = [l.strip() for l in open(requirements_txt) if l and not l.startswith('#')]
88

9-
version = '0.16.dev0'
9+
version = '0.16'
1010

1111

1212
setup(

0 commit comments

Comments
 (0)