Skip to content

Commit 86f5db7

Browse files
committed
Use correct release date
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 673cd08 commit 86f5db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def _create_dir(location):
8080
__version__ = '31.0.2'
8181

8282
# used to warn user when the version is out of date
83-
__release_date__ = datetime.datetime(2022, 8, 17)
83+
__release_date__ = datetime.datetime(2022, 8, 24)
8484

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

0 commit comments

Comments
 (0)