From f40be2cfa61af3f40b56dee36cd226d4f6888270 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Fri, 8 Oct 2021 10:04:08 +0200 Subject: [PATCH] Start the dev of 3.30. --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ NEWS | 13 ++++++++++--- docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 6 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed51e19597..8cb47e6d42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "29") -set(SIMGRID_VERSION_PATCH "0") # odd => git branch; even => stable release or released snapshot +set(SIMGRID_VERSION_PATCH "1") # 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 0958346c01..18338f6a86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ ---------------------------------------------------------------------------- +SimGrid (3.29.1) NOT RELEASED YET (v3.30 expected December 21. 2021, 15:59 UTC) + +---------------------------------------------------------------------------- + SimGrid (3.29) October 7. 2021 The "Ask a stupid question" release. diff --git a/NEWS b/NEWS index 1f0e39539e..59a3624e47 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,17 @@ + _ _____ _____ ___ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ / / _ \ +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \| | | | + \ V / __/ | \__ \ | (_) | | | | ___) | ___) | |_| | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/ \___/ + (unreleased) + _ _____ ____ ___ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \ / _ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ __) | (_) | \ V / __/ | \__ \ | (_) | | | | ___) | / __/ \__, | \_/ \___|_| |___/_|\___/|_| |_| |____(_)_____| /_/ October 7. 2021 - + The "Ask a stupid question" release * Python bindings for the platform creation API @@ -20,7 +27,7 @@ __ _____ _ __ ___(_) ___ _ __ |___ / |___ \( _ ) July 14. 2021 The Victoriadagarna Release (birthday of Crown Princess Victoria) - + * Programmatic platform description (only C++ for now). * New plugin to simplify producer/consumer applications. * MC: new tutorial and associated docker image. @@ -249,7 +256,7 @@ The Christmas Pi Release. - Routing code rewritten for readability - Virtual Machines almost turned into a plugin - MSG, SimDag, MPI interfaces mostly unchanged - + * The model-checker now works on FreeBSD too. _ _____ _ _____ diff --git a/docs/source/conf.py b/docs/source/conf.py index e536158c81..a0e377824b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -36,7 +36,7 @@ copyright = u'2002-2021, The SimGrid Team' author = u'The SimGrid Team' # The short X.Y version -version = u'3.29' +version = u'3.29.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index fa5db0f8f9..8a701143be 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.29', + version='3.29.1', author='Da SimGrid Team', author_email='simgrid-devel@lists.gforge.inria.fr', description='Toolkit for scalable simulation of distributed applications', diff --git a/sonar-project.properties b/sonar-project.properties index 4ef7a06daf..ac7ed97360 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.29 +sonar.projectVersion=3.29.1 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1