From b42c6984e08339ad6f7a2c1d59f071de1d219111 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 4 Oct 2022 01:21:16 +0200 Subject: [PATCH] Start the next dev cycle --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ NEWS | 6 ++++++ docs/source/Release_Notes.rst | 3 +++ docs/source/conf.py | 2 +- setup.py | 2 +- sonar-project.properties | 2 +- 7 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4df26740ae..c0e208c876 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ set(SIMGRID_VERSION_MAJOR "3") set(SIMGRID_VERSION_MINOR "32") -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 04c46f51df..7314ace0cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +SimGrid (3.32.1) not released yet (target december 22) + +---------------------------------------------------------------------------- + SimGrid (3.32) October 3. 2022. The Wiedervereinigung release. Germany was reunited 32 years ago. diff --git a/NEWS b/NEWS index a016b99bb0..7752c9f2fc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ + _ _____ __________ +__ _____ _ __ ___(_) ___ _ __ |___ / |___ /___ / +\ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ |_ \ + \ V / __/ | \__ \ | (_) | | | | ___) | ___) |__) | + \_/ \___|_| |___/_|\___/|_| |_| |____(_)____/____/ + (not released yet) _ _____ _________ __ _____ _ __ ___(_) ___ _ __ |___ / |___ /___ \ \ \ / / _ \ '__/ __| |/ _ \| '_ \ |_ \ |_ \ __) | diff --git a/docs/source/Release_Notes.rst b/docs/source/Release_Notes.rst index 69e0c7f57b..b4353ab994 100644 --- a/docs/source/Release_Notes.rst +++ b/docs/source/Release_Notes.rst @@ -568,6 +568,9 @@ 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) +------------------------------- + .. |br| raw:: html
diff --git a/docs/source/conf.py b/docs/source/conf.py index 29120beff2..cda228d4b5 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.32' +version = u'3.32.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 22e86d98d1..0b6eb55568 100755 --- a/setup.py +++ b/setup.py @@ -88,7 +88,7 @@ class CMakeBuild(build_ext): setup( name='simgrid', - version='3.32', + version='3.32.1', 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 cc160e0946..09db1128aa 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 +sonar.projectVersion=3.32.1 sonar.links.homepage=https://simgrid.org sonar.links.issue=https://framagit.org/simgrid/simgrid/issues -- 2.20.1