From f98a07f0a1fa00ae68759218939808f4369a5f68 Mon Sep 17 00:00:00 2001 From: Barthelemy Date: Wed, 9 Oct 2024 15:19:25 +0200 Subject: [PATCH] repocleaner 1.9 --- Framework/script/RepoCleaner/ReleaseNotes.md | 5 ++++- Framework/script/RepoCleaner/setup.py | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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',