Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release v3.32: The Wiedervereinigung release v3.32
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Oct 2022 18:38:53 +0000 (20:38 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Oct 2022 18:40:04 +0000 (20:40 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/Release_Notes.rst
docs/source/conf.py
setup.py
sonar-project.properties

index daefe9f..4df2674 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "31")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "32")
+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 fbe83b8..04c46f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-SimGrid (3.31.1) NOT RELEASED YET (v3.32 expected June 21. 2022, 09:13 UTC)
+SimGrid (3.32) October 3. 2022.
+
+The Wiedervereinigung release. Germany was reunited 32 years ago.
 
 General:
  - SimGrid now requires a compiler with C++17 support to compile the lib.
diff --git a/NEWS b/NEWS
index 1a0ae4b..a016b99 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ /___ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ __) |
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) / __/
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/_____|
-               (unreleased)
+               October 3. 2022
+
+The Wiedervereinigung release. Germany was reunited 32 years ago.
 
   * Various cleanups around the virtual machines API
   * Improved Python platform generation (more robust, easier to use)
index 39988fd..69e0c7f 100644 (file)
@@ -528,8 +528,10 @@ since it does not mix bytes and flops and has a homogeneous consumption over a s
 
 This release also introduces steadily progress **on the bindings front**, introducing in particular the Mutex, Barrier and Semaphore to your python scripts.
 
-Version 3.32 (not released yet)
--------------------------------
+Version 3.32 (October 3. 2022)
+------------------------------
+
+The Wiedervereinigung release. Germany was reunited 32 years ago.
 
 This release introduces tons of bugs fixes overall, and many small usability improvements contributed by the community.
 
index 03d7271..29120be 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.31.1'
+version = u'3.32'
 
 # -- General configuration ---------------------------------------------------
 
index 21877a1..22e86d9 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.31.1',
+    version='3.32',
     author='Da SimGrid Team',
     author_email='simgrid-community@inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 14f2557..cc160e0 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.31.1
+sonar.projectVersion=3.32
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues