diff --git a/CHANGELOG.rst b/CHANGELOG.rst index da8623e5..b54987bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,14 @@ ============================== Changelog -2024-xx-xx - Release x.x.xlsx +2024-08-06 + Release 11.0.1 * Update doc formatting * Added fields type and types description into the spec + * Update link references of ownership from nexB to aboutcode-org + +Signed-off-by: Chin Yeung Li 2024-07-15 diff --git a/about.ABOUT b/about.ABOUT index a9a43963..d22f262d 100644 --- a/about.ABOUT +++ b/about.ABOUT @@ -1,6 +1,6 @@ about_resource: . name: AboutCode-toolkit -version: 11.0.0 +version: 11.0.1 author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez copyright: Copyright (c) nexB Inc. description: | diff --git a/src/attributecode/__init__.py b/src/attributecode/__init__.py index a92afd0e..171e56a4 100644 --- a/src/attributecode/__init__.py +++ b/src/attributecode/__init__.py @@ -20,7 +20,7 @@ import saneyaml -__version__ = '11.0.0' +__version__ = '11.0.1' __about_spec_version__ = '4.0.0' diff --git a/src/attributecode/attrib.py b/src/attributecode/attrib.py index 1f9b5b5a..b22c6d93 100644 --- a/src/attributecode/attrib.py +++ b/src/attributecode/attrib.py @@ -254,7 +254,7 @@ def generate_sctk_input(abouts, min_license_score, license_dict): def get_license_file_key(license_text_name): if license_text_name.endswith('.LICENSE'): - # See https://github.com/nexB/aboutcode-toolkit/issues/439 + # See https://github.com/aboutcode-org/aboutcode-toolkit/issues/439 # for why using split instead of strip return license_text_name.rsplit('.', 1)[0] else: