From fb25962468da089d145ac4cab14c46ce9a51964a Mon Sep 17 00:00:00 2001 From: Jean-Philippe ARGAUD Date: Wed, 24 Sep 2014 10:02:22 +0200 Subject: [PATCH] Switching main version to new release version --- doc/en/conf.py | 8 +++----- doc/fr/conf.py | 8 +++----- resources/SalomeApp.xml | 6 +++--- src/daComposant/daCore/version.py | 4 ++-- 4 files changed, 11 insertions(+), 15 deletions(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index d779541..016f110 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -68,12 +68,10 @@ copyright = u'2008-2014, Jean-Philippe ARGAUD' # # The short X.Y version. # version = '7\_main' -# version = '7.4.0' -version = '%s'%module_version.version.replace('_','\_') +version = '%s'%module_version.version.replace('_','.') # The full version, including alpha/beta/rc tags. # release = '7\_main' -# release = '7.4.0' -release = '%s'%module_version.version.replace('_','\_') +release = '%s'%module_version.version.replace('_','.') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -129,7 +127,7 @@ html_theme = 'default' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = "Documentation %s %s"%(module_version.name,module_version.version) +html_title = "Documentation %s %s"%(module_version.name,module_version.version.replace('_','.')) # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/doc/fr/conf.py b/doc/fr/conf.py index 86c83d4..401cb64 100644 --- a/doc/fr/conf.py +++ b/doc/fr/conf.py @@ -68,12 +68,10 @@ copyright = u'2008-2014, Jean-Philippe ARGAUD' # # The short X.Y version. # version = '7\_main' -# version = '7.4.0' -version = '%s'%module_version.version.replace('_','\_') +version = '%s'%module_version.version.replace('_','.') # The full version, including alpha/beta/rc tags. # release = '7\_main' -# release = '7.4.0' -release = '%s'%module_version.version.replace('_','\_') +release = '%s'%module_version.version.replace('_','.') # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. @@ -129,7 +127,7 @@ html_theme = 'default' # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = "Documentation %s %s"%(module_version.name,module_version.version) +html_title = "Documentation %s %s"%(module_version.name,module_version.version.replace('_','.')) # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/resources/SalomeApp.xml b/resources/SalomeApp.xml index 082807b..3d167e8 100644 --- a/resources/SalomeApp.xml +++ b/resources/SalomeApp.xml @@ -26,15 +26,15 @@ - +
- - + +
diff --git a/src/daComposant/daCore/version.py b/src/daComposant/daCore/version.py index eedd255..859cbdb 100644 --- a/src/daComposant/daCore/version.py +++ b/src/daComposant/daCore/version.py @@ -21,5 +21,5 @@ # Author: Jean-Philippe Argaud, jean-philippe.argaud@edf.fr, EDF R&D name = "Data Assimilation Package" -version = "0.9.0" -date = "mercredi 30 avril 2014, 12:12:12 (UTC+0100)" +version = "0.10.0" +date = "mardi 30 septembre 2014, 12:12:12 (UTC+0100)" -- 2.39.2