Skip to content

Commit

Permalink
Bump version to 31.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Apr 25, 2023
1 parent 6762c30 commit 4f498ce
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,19 @@ License detection:
as an option.


v31.2.6 - 2023-04-25
----------------------------------

This is a minor hotfix release.

This fix a crash when parsing a .deb Dbeian package filename
reported in https://github.com/nexB/scancode-toolkit/issues/3259


v31.2.5 - 2023-01-09
----------------------------------

This is a minor backport release.
This is a minor fix backport release.

This adds license rule changes and was requested here:
https://github.com/nexB/scancode-toolkit/issues/3310
Expand Down
2 changes: 1 addition & 1 deletion setup-mini.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancode-toolkit-mini
version = 31.2.5
version = 31.2.6
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = scancode-toolkit
version = 31.2.5
version = 31.2.6
license = Apache-2.0 AND CC-BY-4.0 AND LicenseRef-scancode-other-permissive AND LicenseRef-scancode-other-copyleft

# description must be on ONE line https://github.com/pypa/setuptools/issues/1390
Expand Down
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def _create_dir(location):

# in case package is not installed or we do not have setutools/pkg_resources
# on hand fall back to this version
__version__ = '31.2.5'
__version__ = '31.2.6'

# used to warn user when the version is out of date
__release_date__ = datetime.datetime(2023, 1, 9)
Expand Down

0 comments on commit 4f498ce

Please sign in to comment.