diff --git a/Framework/script/RepoCleaner/ReleaseNotes.md b/Framework/script/RepoCleaner/ReleaseNotes.md index 888b059882..cbe8968b5a 100644 --- a/Framework/script/RepoCleaner/ReleaseNotes.md +++ b/Framework/script/RepoCleaner/ReleaseNotes.md @@ -1,7 +1,10 @@ # Release notes New -- +- + +1.9 +- [QC-1229] - Repocleaner policy for the moving windows 1.8 - 3 small fixes (https://github.com/AliceO2Group/QualityControl/pull/2308) diff --git a/Framework/script/RepoCleaner/setup.py b/Framework/script/RepoCleaner/setup.py index e1ff1dd486..f842d49be5 100644 --- a/Framework/script/RepoCleaner/setup.py +++ b/Framework/script/RepoCleaner/setup.py @@ -5,7 +5,7 @@ setup( name='qcrepocleaner', - version='1.8', + version='1.9', author='Barthelemy von Haller', author_email='bvonhall@cern.ch', url='https://gitlab.cern.ch/AliceO2Group/QualityControl/Framework/script/RepoCleaner',