From ae8b1f63b157f2c76a85ff1e535e02588fdbcd0d Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 1 Jul 2021 18:33:41 +0200 Subject: switch to 2021-07-01 version --- python/refcat/tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python') diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py index 78ac68c..964555a 100644 --- a/python/refcat/tasks.py +++ b/python/refcat/tasks.py @@ -244,9 +244,9 @@ class Refcat(BaseTask): A base tasks for all refcat related tasks. """ BASE = settings.BASE - TAG = '2021-05-06' + TAG = '2021-07-01' - date = luigi.DateParameter(default=datetime.date(2021, 5, 6), + date = luigi.DateParameter(default=datetime.date(2021, 7, 1), description="a versioning help, will be part of filename, change this manually") tmpdir = luigi.Parameter(default=settings.TMPDIR, description="set tempdir", significant=False) n = luigi.IntParameter(default=multiprocessing.cpu_count(), significant=False) -- cgit v1.2.3