Skip to content

Commit 43aaa18

Browse files
committed
Update the release date for 31.2.0
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent da98250 commit 43aaa18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ License detection:
5555
as an option.
5656

5757

58-
v31.2.0 - 2022-09-29
58+
v31.2.0 - 2022-10-05
5959
----------------------------------
6060

6161
This is a minor release with small bug fixes and minor feature updates.

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.2.0'
8181

8282
# used to warn user when the version is out of date
83-
__release_date__ = datetime.datetime(2022, 8, 29)
83+
__release_date__ = datetime.datetime(2022, 10, 05)
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)