diff --git a/doc/mkexp.fodt b/doc/mkexp.fodt index f5d9728e4aeed0381ed276c7b3f8a85bff28fdc5..9c4a0fa6c963094eaff6ffeb48b34ac73de0a010 100644 --- a/doc/mkexp.fodt +++ b/doc/mkexp.fodt @@ -3112,7 +3112,7 @@ </text:sequence-decls> <text:p text:style-name="P396">Make Experiments!</text:p> <text:p text:style-name="P5">Run-script generation for earth system models</text:p> - <text:p text:style-name="P321">Release 1.2.0dev</text:p> + <text:p text:style-name="P321">Release 1.2.0</text:p> <text:p text:style-name="P375">Karl-Hermann Wieners<text:line-break/><text:span text:style-name="T312">Max-Planck-Institut für Meteorologie<text:line-break/>Hamburg</text:span></text:p> <text:table-of-content text:style-name="Sect1" text:protected="true" text:name="Table of Contents1"> <text:table-of-content-source text:outline-level="10"> @@ -3957,4 +3957,4 @@ <text:p text:style-name="P75"><text:soft-page-break/><text:span text:style-name="T159">This</text:span><text:span text:style-name="T167"> will result in a '.run_first' </text:span><text:span text:style-name="T168">script</text:span><text:span text:style-name="T167"> tha</text:span><text:span text:style-name="T168">t gets the model state from 'anotherexp', while the '.run' script</text:span><text:span text:style-name="T167"> </text:span><text:span text:style-name="T168">uses 'myexp'.</text:span></text:p> </office:text> </office:body> -</office:document> \ No newline at end of file +</office:document> diff --git a/doc/mkexp.pdf b/doc/mkexp.pdf index 17ed56e09c80798994628941cda2458448ca56a1..a14f566a1f7651811e17fcb8fb11ece75fb48d60 100644 Binary files a/doc/mkexp.pdf and b/doc/mkexp.pdf differ diff --git a/package_info.py b/package_info.py index 5e31345b417144481d8241dd1f200655ba728e0d..eaa7289be70bd0de1637ec2f062f25ecae1d76da 100644 --- a/package_info.py +++ b/package_info.py @@ -4,4 +4,4 @@ Information on package name and version full_name = 'Make Experiments!' name = 'mkexp' -version = '1.2.0dev' +version = '1.2.0'