diff --git a/Framework/script/RepoCleaner/ReleaseNotes.md b/Framework/script/RepoCleaner/ReleaseNotes.md index 6c2e7890b8..e70adb5e73 100644 --- a/Framework/script/RepoCleaner/ReleaseNotes.md +++ b/Framework/script/RepoCleaner/ReleaseNotes.md @@ -1,5 +1,10 @@ # Release notes +1.7 +- [QC-1144] 1_per_run : Consider RunNumber=0 as no run number (#2238) +- [QC-1142 ]fix object preservation for 1_per_run policy (#2228) +- [QC-996] policy multiple_per_run can delete first and last (#1921) + 1.6 - add option to set adjustableEOV when updating validity - [QC-986] Do not touch the validity any more in rules 1_per_hour and production diff --git a/Framework/script/RepoCleaner/setup.py b/Framework/script/RepoCleaner/setup.py index 1ba19609eb..fe2720f0e7 100644 --- a/Framework/script/RepoCleaner/setup.py +++ b/Framework/script/RepoCleaner/setup.py @@ -5,7 +5,7 @@ setup( name='qcrepocleaner', - version='1.6', + version='1.7', author='Barthelemy von Haller', author_email='bvonhall@cern.ch', url='https://gitlab.cern.ch/AliceO2Group/QualityControl/Framework/script/RepoCleaner',