From a61f76716567c2b75fc98c3363d30e2b028c349b Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 26 Jun 2023 16:59:27 +0200 Subject: [PATCH] Release 3.34 --- CMakeLists.txt | 4 ++-- NEWS | 2 +- docs/source/Release_Notes.rst | 9 +++++++-- docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 6 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a34d20c47..185ea76d37 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,8 @@ # Build the version number set(SIMGRID_VERSION_MAJOR "3") -set(SIMGRID_VERSION_MINOR "32") -set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_MINOR "34") +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/NEWS b/NEWS index f0f36fd15b..dcb01b70b3 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ /| || | \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| || |_ \ V / __/ | \__ \ | (_) | | | | ___) | ___) |__ _| \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ |_| - (not released yet) + June 26. 2023 Save the planet, skip a release: 3.33 was due 6 months ago, so skip directly to 3.34. diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 8d7681c3f7..7c6aa104ee 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -568,8 +568,13 @@ Hopefully in the next release. Finally, this release mostly entails maintenance work **on the model front**: a bug was fixed when using ptasks on multicore hosts, and the legacy stochastic generator of external load has been reintroduced. -Version 3.33 (not released yet) -------------------------------- +Version 3.33 (never released) +----------------------------- + +This version was overdue for more than 6 months, so it was skipped to not hinder our process of deprecating old code. + +Version 3.34 (June 26. 2023) +---------------------------- **On the maintenance front,** we removed the ancient MSG interface which end-of-life was scheduled for 2020, the Java bindings that was MSG-only, support for native builds on Windows (WSL is now required) and support for 32 bits platforms. Keeping SimGrid diff --git a/docs/source/conf.py b/docs/source/conf.py index 1c8d99c369..cf2f3b59d0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -34,7 +34,7 @@ copyright = u'2002-2023, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.32.1' +version = u'3.34' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2c1807d75a..50accc27b7 100755 --- a/setup.py +++ b/setup.py @@ -74,7 +74,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.32.1', + version='3.34', 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 dc19f9985e..827ea52f84 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.32.1 +sonar.projectVersion=3.34 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1