Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.29
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 7 Oct 2021 21:10:06 +0000 (23:10 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Thu, 7 Oct 2021 21:10:06 +0000 (23:10 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index df9907e..ed51e19 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "28")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "29")
+set(SIMGRID_VERSION_PATCH "0") # 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 16e8c04..0958346 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
 ----------------------------------------------------------------------------
 
-SimGrid (3.28.1) NOT RELEASED YET (v3.29 expected September 22. 2021, 19:21 UTC)
+SimGrid (3.29) October 7. 2021
+
+The "Ask a stupid question" release.
+
+We wish that every user ask one question about SimGrid to celebrate.
+On Mattermost, Stack Overflow or using the issues tracker.
+
 
 New modeling features:
  - Non-linear resource sharing, modeling resources whose performance heavily degrades with contention:
diff --git a/NEWS b/NEWS
index 0379431..b89cb3e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,13 +3,14 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / _ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | (_) |
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ \__, |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|  /_/
-               (unreleased)
+               October 7. 2021
               
-The "Give peace a chance" release (International Day of Peace)
+The "Ask a stupid questione" release
 
   * Python bindings for the platform creation API
   * Introduce non-linear ressource sharing, allowing decay models
   * New documentation section on realistic I/O modeling
+  * (+ many bug fixes and internal refactoring)
 
                     _               _____  ____  ___
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \( _ )
index 952ca49..e536158 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.28.1'
+version = u'3.29'
 
 # -- General configuration ---------------------------------------------------
 
index c9b5fde..fa5db0f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.28.1',
+    version='3.29',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index d1d4227..4ef7a06 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.28.1
+sonar.projectVersion=3.29
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues