X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FdaComposant%2FdaCore%2Fversion.py;h=e57e2b521520f84b018c4748ba4ab1f11fb62cf1;hb=61f19963a2e2ed620bdf577c5a01808586dd938d;hp=15e5965e340ffadbb06825d72232e3aea678e5cf;hpb=5883791539bfdf26ecc1854ac8bf4f449d87eb81;p=modules%2Fadao.git diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index 15e5965..e57e2b5 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2008-2018 EDF R&D +# Copyright (C) 2008-2022 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -27,9 +27,10 @@ __author__ = "Jean-Philippe ARGAUD" __all__ = [] name = "ADAO" -version = "8.5.0" -year = "2018" -date = "mardi 27 mars 2018, 12:12:12 (UTC+0100)" +version = "9.9.0" +year = "2022" +date = "lundi 02 mai 2022, 12:12:12 (UTC+0100)" longname = name + ", a module for Data Assimilation and Optimization" cata = "V" + version.replace(".","_") +__version__ = version