Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev of 3.28.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sun, 28 Mar 2021 13:44:45 +0000 (15:44 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Mon, 29 Mar 2021 18:42:10 +0000 (20:42 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index 0c00a2f..87a0e1e 100644 (file)
@@ -2,7 +2,7 @@
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "27")
-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 716be96..8cfffdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+SimGrid (3.27.1) NOT RELEASED YET (v3.28 expected June 21. 2021, 03:32 UTC)
+
 ----------------------------------------------------------------------------
 
 SimGrid (3.27) March 29. 2021
diff --git a/NEWS b/NEWS
index 537e0b7..11e6a16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+                    _               _____  ____  ___
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ \( _ )
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) / _ \
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ (_) |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____\___/
+               (unreleased)
+
                     _               _____  ____ _____
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \___  |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | / /
@@ -11,6 +18,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \___  |
     * Doc: Several new sections in the user manual, and start documenting the internals.
     * S4U: Direct comms from host to host, without mailboxes.
     * Many internal cleanups and refactoring to prepare the future.
+
                     _               _____  ____   __
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / /_
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | '_ \
index 2f3cc79..89b8cb2 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2021, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.27'
+version = u'3.27.1'
 
 # -- General configuration ---------------------------------------------------
 
index d580d86..aa333b1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.27',
+    version='3.27.1',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 48ac8a2..8c4ff67 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.27
+sonar.projectVersion=3.27.1
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues