Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the next dev cycle
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Oct 2022 23:21:16 +0000 (01:21 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Oct 2022 23:22:08 +0000 (01:22 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/Release_Notes.rst
docs/source/conf.py
setup.py
sonar-project.properties

index 4df2674..c0e208c 100644 (file)
@@ -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}")
index 04c46f5..7314ace 100644 (file)
--- 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 a016b99..7752c9f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+                    _               _____  __________
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ /___ /
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ |_ \
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__) |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/____/
+               (not released yet)
                     _               _____  _________
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ /___ \
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \ __) |
index 69e0c7f..b4353ab 100644 (file)
@@ -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
 
    <br />
index 29120be..cda228d 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.32'
+version = u'3.32.1'
 
 # -- General configuration ---------------------------------------------------
 
index 22e86d9..0b6eb55 100755 (executable)
--- 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',
index cc160e0..09db112 100644 (file)
@@ -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