Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev of 3.30.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 8 Oct 2021 08:04:08 +0000 (10:04 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Fri, 8 Oct 2021 08:07:34 +0000 (10:07 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index ed51e19..8cb47e6 100644 (file)
@@ -2,7 +2,7 @@
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "29")
-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 0958346..18338f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 ----------------------------------------------------------------------------
 
+SimGrid (3.29.1) NOT RELEASED YET (v3.30 expected December 21. 2021, 15:59 UTC)
+
+----------------------------------------------------------------------------
+
 SimGrid (3.29) October 7. 2021
 
 The "Ask a stupid question" release.
diff --git a/NEWS b/NEWS
index 1f0e395..59a3624 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,17 @@
+                    _               _____  _____  ___
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ / / _ \
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| | | |
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | |_| |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/ \___/
+               (unreleased)
+
                     _               _____  ____   ___
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / _ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | (_) |
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ \__, |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|  /_/
                October 7. 2021
-              
+
 The "Ask a stupid question" release
 
   * Python bindings for the platform creation API
@@ -20,7 +27,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \( _ )
                July 14. 2021
 
 The Victoriadagarna Release (birthday of Crown Princess Victoria)
-  
+
   * Programmatic platform description (only C++ for now).
   * New plugin to simplify producer/consumer applications.
   * MC: new tutorial and associated docker image.
@@ -249,7 +256,7 @@ The Christmas Pi Release.
    - Routing code rewritten for readability
    - Virtual Machines almost turned into a plugin
    - MSG, SimDag, MPI interfaces mostly unchanged
-   
+
  * The model-checker now works on FreeBSD too.
 
                     _               _____  _ _____
index e536158..a0e3778 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.29'
+version = u'3.29.1'
 
 # -- General configuration ---------------------------------------------------
 
index fa5db0f..8a70114 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.29',
+    version='3.29.1',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 4ef7a06..ac7ed97 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.29
+sonar.projectVersion=3.29.1
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues