Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.30 (Sunday Bloody Sunday) v3.30
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jan 2022 20:09:49 +0000 (21:09 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 30 Jan 2022 20:15:36 +0000 (21:15 +0100)
CMakeLists.txt
ChangeLog
NEWS
docs/source/Release_Notes.rst
docs/source/conf.py
setup.py
sonar-project.properties

index 81e83ca..1d6874f 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "29")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "30")
+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 f3222da..42cd05a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 ----------------------------------------------------------------------------
 
-SimGrid (3.29.1) NOT RELEASED YET (v3.30 expected December 21. 2021, 15:59 UTC)
+SimGrid (3.30) January 30. 2022.
+
+The Sunday Bloody Sunday release.
 
 Main user-visible changes:
  - The SimDag API for the simulation of the scheduling of Directed Acyclic
diff --git a/NEWS b/NEWS
index 197dfca..5361f35 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ / / _ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| | | |
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) | |_| |
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/ \___/
-               (unreleased)
+               January 30. 2022
+
+The Sunday Bloody Sunday release.
 
   * SimDAG is finally removed, fully superseeded by S4U.
   * New documentation on calibrating MPI.
index 6e33288..3bcae1c 100644 (file)
@@ -424,10 +424,10 @@ This release also paves the way for new models, with the introduction of two new
 
 These new features are not used yet in the provided models, but this will probably change in future releases.
 
-Version 3.30 (Not released)
+Version 3.30 (January 30. 2022)
 ---------------------------
 
-Release target: winter 2021
+The Sunday Bloody Sunday release.
 
 In may 2016, the future organization of the S4U activities was drafted on a Hawaiian whiteboard. We defined the life cycle of activities, their types,
 and the way to combine them. All of this had been implemented since, but one piece was still missing: the capacity to express dependencies and vetoes
index ee7c971..7be3c94 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2022, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.29.1'
+version = u'3.30'
 
 # -- General configuration ---------------------------------------------------
 
index a6e48a0..d8f3323 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.29.1',
+    version='3.30',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 827d704..42c7ccf 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.29.1
+sonar.projectVersion=3.30
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues