diff --git a/Framework/script/RepoCleaner/ReleaseNotes.md b/Framework/script/RepoCleaner/ReleaseNotes.md index cbe8968b5a..029478fe87 100644 --- a/Framework/script/RepoCleaner/ReleaseNotes.md +++ b/Framework/script/RepoCleaner/ReleaseNotes.md @@ -3,6 +3,11 @@ New - +1.10 +- Revive and clean up repocleaner tests +- Add option to ignore the last execution of the repocleaner +- repocleaner: none_kept: use creation time + 1.9 - [QC-1229] - Repocleaner policy for the moving windows diff --git a/Framework/script/RepoCleaner/setup.py b/Framework/script/RepoCleaner/setup.py index f842d49be5..c12b6962bb 100644 --- a/Framework/script/RepoCleaner/setup.py +++ b/Framework/script/RepoCleaner/setup.py @@ -5,7 +5,7 @@ setup( name='qcrepocleaner', - version='1.9', + version='1.10', author='Barthelemy von Haller', author_email='bvonhall@cern.ch', url='https://gitlab.cern.ch/AliceO2Group/QualityControl/Framework/script/RepoCleaner',