Skip to content

Commit 5455d8a

Browse files
Fix release date format
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent 890595a commit 5455d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scancode_config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def _create_dir(location):
137137
#######################
138138
# used to warn user when the version is out of date
139139
# this is (year, month, day)
140-
__release_date__ = datetime.datetime(2025, 01, 06)
140+
__release_date__ = datetime.datetime(2025, 1, 6)
141141

142142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143143
# on the data format version

0 commit comments

Comments
 (0)