Skip to content

Commit

Permalink
Fixed #568
Browse files Browse the repository at this point in the history
 - Update link references
 - Update version

Signed-off-by: Chin Yeung Li <[email protected]>
  • Loading branch information
chinyeungli committed Aug 7, 2024
1 parent f4c4db4 commit d969c44
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>


2024-07-15
Expand Down
2 changes: 1 addition & 1 deletion about.ABOUT
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion src/attributecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

import saneyaml

__version__ = '11.0.0'
__version__ = '11.0.1'

__about_spec_version__ = '4.0.0'

Expand Down
2 changes: 1 addition & 1 deletion src/attributecode/attrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d969c44

Please sign in to comment.