Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev of 3.27.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Tue, 15 Dec 2020 21:56:58 +0000 (22:56 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 16 Dec 2020 20:49:00 +0000 (21:49 +0100)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index d5843c0..dae34bc 100644 (file)
@@ -2,7 +2,7 @@
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "26")
-set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
 
 if(${SIMGRID_VERSION_PATCH} EQUAL "0")
   set(release_version "${SIMGRID_VERSION_MAJOR}.${SIMGRID_VERSION_MINOR}")
index 296f935..54d1ca0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 ----------------------------------------------------------------------------
 
+SimGrid (3.26.1) NOT RELEASED YET (v3.27 expected March 20. 2021, 09:37 UTC)
+
+----------------------------------------------------------------------------
+
 SimGrid (3.26) December 15. 2020
 
 The Release release (the French lockdown was eased today).
diff --git a/NEWS b/NEWS
index 325d1d0..1aafa26 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+                    _               _____  ____ _____
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ \___  |
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | / /
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ / /
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____/_/
+               (unreleased)
+
                     _               _____  ____   __
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / /_
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | '_ \
index dbb73b9..9386f7b 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2020, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.26'
+version = u'3.26.1'
 
 # -- General configuration ---------------------------------------------------
 
index 04ddf03..330598c 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.26',
+    version='3.26.1',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 271ba67..a559c31 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.26
+sonar.projectVersion=3.26.1
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues