diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-01 18:33:41 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-01 18:33:41 +0200 |
commit | ae8b1f63b157f2c76a85ff1e535e02588fdbcd0d (patch) | |
tree | 77161ac596d98c1635787cbb36d06a3abf8b19d9 /python | |
parent | 7188474c8a9c593681c95c6fff904b79d42b3304 (diff) | |
download | refcat-ae8b1f63b157f2c76a85ff1e535e02588fdbcd0d.tar.gz refcat-ae8b1f63b157f2c76a85ff1e535e02588fdbcd0d.zip |
switch to 2021-07-01 version
Diffstat (limited to 'python')
-rw-r--r-- | python/refcat/tasks.py | 4 |
1 files changed, 2 insertions, 2 deletions
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) |