diff --git a/CHANGES.txt b/CHANGES.txt index d39d7c77ce5abfe4cca7bf90015beffec1d7da22..8ef3480b597c103dcac56d7045e0db78c57469c8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,7 +6,7 @@ Make Experiments! Release Changes --------------- -Release 1.1.1 +Release 1.1.2 ============= Global @@ -24,6 +24,11 @@ Templates * 'split' filter allows omission of separator (same as Python 'split') +Release 1.1.1 +============= + +* Replaced by 1.1.2 + Version 1.1.1rc2 ================ diff --git a/doc/mkexp.fodt b/doc/mkexp.fodt index 56ab80a9895d76d7202f255f17ae4e881b3ef946..80481288148d0c79bb53eb2da33464a62d41cd6c 100644 --- a/doc/mkexp.fodt +++ b/doc/mkexp.fodt @@ -2708,7 +2708,7 @@ </text:sequence-decls> <text:p text:style-name="P349">Make Experiments!</text:p> <text:p text:style-name="P338">Run-script generation for earth system models</text:p> - <text:p text:style-name="P339">Release 1.1.1</text:p> + <text:p text:style-name="P339">Release 1.1.2</text:p> <text:p text:style-name="P312">Karl-Hermann Wieners<text:line-break/><text:span text:style-name="T274">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"> diff --git a/doc/mkexp.pdf b/doc/mkexp.pdf index a126a268b522063dc6931389b2c0cc6bd0fed16a..04665a4f01b613d75ca9e4b2146379470588dc72 100644 Binary files a/doc/mkexp.pdf and b/doc/mkexp.pdf differ diff --git a/package_info.py b/package_info.py index e086d9b3d176d6eaed84383aa957a83a61642afc..cf42aeabb6eb74ad1a87b1c529615763bf56d209 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.1.1rc2' +version = '1.1.2'