From 662e5ac868a5c1a3e7bc95b37054b3a0ca4db74f Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Sat, 29 Mar 2025 07:19:58 -0400 Subject: New upstream version 1.29.3. --- gallery_dl/util.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gallery_dl/util.py') diff --git a/gallery_dl/util.py b/gallery_dl/util.py index 06a580b..76e6517 100644 --- a/gallery_dl/util.py +++ b/gallery_dl/util.py @@ -686,8 +686,10 @@ class CustomNone(): # v128.0 release on 2024-07-09 has ordinal 739076 +# v137.0 release on 2025-04-01 has ordinal 739342 # 735492 == 739076 - 128 * 28 -_ff_ver = (datetime.date.today().toordinal() - 735492) // 28 +# 735506 == 739342 - 137 * 28 +_ff_ver = (datetime.date.today().toordinal() - 735506) // 28 NONE = CustomNone() EPOCH = datetime.datetime(1970, 1, 1) -- cgit v1.2.3