We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890595a commit 5455d8aCopy full SHA for 5455d8a
src/scancode_config.py
@@ -137,7 +137,7 @@ def _create_dir(location):
137
#######################
138
# used to warn user when the version is out of date
139
# this is (year, month, day)
140
-__release_date__ = datetime.datetime(2025, 01, 06)
+__release_date__ = datetime.datetime(2025, 1, 6)
141
142
# See https://github.com/nexB/scancode-toolkit/issues/2653 for more information
143
# on the data format version
0 commit comments