From: Jean-Philippe ARGAUD Date: Sat, 7 Jul 2018 16:52:44 +0000 (+0200) Subject: Updating version X-Git-Tag: V9_2_0b_ok_ADAO~28 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5d09cc74c6c33d5a4a86fefe94fb9f0b3416b924;p=modules%2Fadao.git Updating version --- diff --git a/bin/module_version.py b/bin/module_version.py index d8f08ba..0de83c2 100644 --- a/bin/module_version.py +++ b/bin/module_version.py @@ -29,9 +29,9 @@ __author__ = "Jean-Philippe ARGAUD" __all__ = [] name = "ADAO" -version = "8.5.0" +version = "9.2.0" year = "2018" -date = "mardi 27 mars 2018, 12:12:12 (UTC+0100)" +date = "lundi 03 septembre 2018, 12:12:12 (UTC+0100)" longname = name + ", a module for Data Assimilation and Optimization" cata = "V" + version.replace(".","_") diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index 15e5965..a25f5c9 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -27,9 +27,9 @@ __author__ = "Jean-Philippe ARGAUD" __all__ = [] name = "ADAO" -version = "8.5.0" +version = "9.2.0" year = "2018" -date = "mardi 27 mars 2018, 12:12:12 (UTC+0100)" +date = "lundi 03 septembre 2018, 12:12:12 (UTC+0100)" longname = name + ", a module for Data Assimilation and Optimization" cata = "V" + version.replace(".","_")