Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Release 3.34
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 26 Jun 2023 14:59:27 +0000 (16:59 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 26 Jun 2023 15:10:32 +0000 (17:10 +0200)
CMakeLists.txt
NEWS
docs/source/Release_Notes.rst
docs/source/conf.py
setup.py
sonar-project.properties

index 4a34d20..185ea76 100644 (file)
@@ -1,8 +1,8 @@
 # Build the version number
 
 set(SIMGRID_VERSION_MAJOR "3")
-set(SIMGRID_VERSION_MINOR "32")
-set(SIMGRID_VERSION_PATCH "1") # odd => git branch; even => stable release or released snapshot
+set(SIMGRID_VERSION_MINOR "34")
+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}")
diff --git a/NEWS b/NEWS
index f0f36fd..dcb01b7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ __   _____ _ __ ___(_) ___  _ __   |___ / |___ /| || |
 \ \ / / _ \ '__/ __| |/ _ \| '_ \    |_ \   |_ \| || |_
  \ V /  __/ |  \__ \ | (_) | | | |  ___) | ___) |__   _|
   \_/ \___|_|  |___/_|\___/|_| |_| |____(_)____/   |_|
-               (not released yet)
+               June 26. 2023
 
 Save the planet, skip a release: 3.33 was due 6 months ago, so skip directly to 3.34.
 
index 8d7681c..7c6aa10 100644 (file)
@@ -568,8 +568,13 @@ 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)
--------------------------------
+Version 3.33 (never released)
+-----------------------------
+
+This version was overdue for more than 6 months, so it was skipped to not hinder our process of deprecating old code.
+
+Version 3.34 (June 26. 2023)
+----------------------------
 
 **On the maintenance front,** we removed the ancient MSG interface which end-of-life was scheduled for 2020, the Java bindings
 that was MSG-only, support for native builds on Windows (WSL is now required) and support for 32 bits platforms. Keeping SimGrid
index 1c8d99c..cf2f3b5 100644 (file)
@@ -34,7 +34,7 @@ copyright = u'2002-2023, The SimGrid Team'
 author = u'The SimGrid Team'
 
 # The short X.Y version
-version = u'3.32.1'
+version = u'3.34'
 
 # -- General configuration ---------------------------------------------------
 
index 2c1807d..50accc2 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -74,7 +74,7 @@ class CMakeBuild(build_ext):
 
 setup(
     name='simgrid',
-    version='3.32.1',
+    version='3.34',
     author='Da SimGrid Team',
     author_email='simgrid-community@inria.fr',
     description='Toolkit for scalable simulation of distributed applications',
index dc19f99..827ea52 100644 (file)
@@ -4,7 +4,7 @@
 sonar.organization=simgrid
 sonar.projectKey=simgrid_simgrid
 sonar.projectName=SimGrid
-sonar.projectVersion=3.32.1
+sonar.projectVersion=3.34
 
 sonar.links.homepage=https://simgrid.org
 sonar.links.issue=https://framagit.org/simgrid/simgrid/issues