Skip to content

Commit

Permalink
Fix release date format
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Jan 6, 2025
1 parent 890595a commit 5455d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def _create_dir(location):
#######################
# used to warn user when the version is out of date
# this is (year, month, day)
__release_date__ = datetime.datetime(2025, 01, 06)
__release_date__ = datetime.datetime(2025, 1, 6)

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

0 comments on commit 5455d8a

Please sign in to comment.