We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6faca commit 022b822Copy full SHA for 022b822
2 files changed
Framework/script/RepoCleaner/ReleaseNotes.md
@@ -1,5 +1,10 @@
1
# Release notes
2
3
+1.7
4
+- [QC-1144] 1_per_run : Consider RunNumber=0 as no run number (#2238)
5
+- [QC-1142 ]fix object preservation for 1_per_run policy (#2228)
6
+- [QC-996] policy multiple_per_run can delete first and last (#1921)
7
+
8
1.6
9
- add option to set adjustableEOV when updating validity
10
- [QC-986] Do not touch the validity any more in rules 1_per_hour and production
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',
11
url='https://gitlab.cern.ch/AliceO2Group/QualityControl/Framework/script/RepoCleaner',
0 commit comments