Salome HOME
Minor documentation improvements
[modules/adao.git] / src / daComposant / daCore / version.py
index 7f065aaf2fcfdc0e32cb57f14d40a301f8a7c5bc..ba13f3e4eeb285a2911ce209632dc2d9fda3af8b 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 #
-# Copyright (C) 2008-2020 EDF R&D
+# Copyright (C) 2008-2021 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,9 @@ __author__ = "Jean-Philippe ARGAUD"
 __all__ = []
 
 name     = "ADAO"
-version  = "9.4.0"
-year     = "2019"
-date     = "vendredi 29 novembre 2019, 12:12:12 (UTC+0100)"
+version  = "9.7.0"
+year     = "2021"
+date     = "samedi 01 mai 2021, 12:12:12 (UTC+0100)"
 
 longname = name + ", a module for Data Assimilation and Optimization"
 cata     = "V" + version.replace(".","_")