From: Martin Quinson Date: Mon, 3 Oct 2022 18:38:53 +0000 (+0200) Subject: Release v3.32: The Wiedervereinigung release X-Git-Tag: v3.32 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e8d2ff8dab0cbf7a280fabcb27900c30ff6bb4fe Release v3.32: The Wiedervereinigung release --- diff --git a/CMakeLists.txt b/CMakeLists.txt index daefe9fd2e..4df26740ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}") diff --git a/ChangeLog b/ChangeLog index fbe83b846e..04c46f51df 100644 --- 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 1a0ae4b2a0..a016b99bb0 100644 --- 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) diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 39988fd9b6..69e0c7f57b 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -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. diff --git a/docs/source/conf.py b/docs/source/conf.py index 03d7271983..29120beff2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 21877a1b07..22e86d98d1 100755 --- 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', diff --git a/sonar-project.properties b/sonar-project.properties index 14f25573e0..cc160e0946 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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