Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release SimGrid v3.27 v3.27
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 29 Mar 2021 14:44:45 +0000 (16:44 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 29 Mar 2021 14:44:45 +0000 (16:44 +0200)
CMakeLists.txt
ChangeLog
docs/source/conf.py
setup.py
sonar-project.properties

index 0334479..0c00a2f 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "26")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "27")
+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}")
index f45cf08..716be96 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 ----------------------------------------------------------------------------
 
-SimGrid (3.26.1) NOT RELEASED YET (v3.27 expected March 20. 2021, 09:37 UTC)
+SimGrid (3.27) March 29. 2021
+
+The Ragnar Release (anniversary of the siege of Paris by Vikings in 845)
 
 Main user-visible changes:
  - All functions marked as deprecated for one year were removed.
index 75e4f87..2f3cc79 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.26.1'
+version = u'3.27'
 
 # -- General configuration ---------------------------------------------------
 
index 330598c..d580d86 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -85,7 +85,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.26.1',
+    version='3.27',
     author='Da SimGrid Team',
     author_email='simgrid-devel@lists.gforge.inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index a559c31..48ac8a2 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.26.1
+sonar.projectVersion=3.27
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues