Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start the dev of the 3.29 cycle
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 14 Jul 2021 19:17:31 +0000 (21:17 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 14 Jul 2021 19:17:31 +0000 (21:17 +0200)
CMakeLists.txt
ChangeLog
NEWS
docs/source/conf.py
setup.py
sonar-project.properties

index 6086228..ae94089 100644 (file)
@@ -2,7 +2,7 @@
 
 set(SIMGRID_VERSION_MAJOR "3")
 set(SIMGRID_VERSION_MINOR "28")
-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 97a4734..0f79ebd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+----------------------------------------------------------------------------
+
+SimGrid (3.28.1) NOT RELEASED YET (v3.29 expected September 22. 2021, 19:21 UTC)
+
+
+
+
+
 ----------------------------------------------------------------------------
 
 SimGrid (3.28) July 14. 2021
diff --git a/NEWS b/NEWS
index b02ba85..26fdc71 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+                    _               _____  ____   ___
+__   _____ _ __ ___(_) ___  _ __   |___ / |___ \ / _ \
+\ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) | (_) |
+ \ V /  __/ |  \__ \ | (_) | | | |  ___) | / __/ \__, |
+  \_/ \___|_|  |___/_|\___/|_| |_| |____(_)_____|  /_/
+               (unreleased)
+
+
                     _               _____  ____  ___
 __   _____ _ __ ___(_) ___  _ __   |___ / |___ \( _ )
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   __) / _ \
index 0870d38..fed868f 100644 (file)
@@ -36,7 +36,7 @@ copyright = u'2002-2021, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.28'
+version = u'3.28.1'
 
 # -- General configuration ---------------------------------------------------
 
index bd01560..c9b5fde 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -88,7 +88,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.28',
+    version='3.28.1',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index 14c4f29..70aada3 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.28
+sonar.projectVersion=3.28.1
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues