From 5d09cc74c6c33d5a4a86fefe94fb9f0b3416b924 Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Sat, 7 Jul 2018 18:52:44 +0200 Subject: [PATCH] Updating version --- bin/module_version.py | 4 ++-- src/daComposant/daCore/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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(".","_") -- 2.39.2