Skip to content

Commit d969c44

Browse files
committed
Fixed #568
- Update link references - Update version Signed-off-by: Chin Yeung Li <[email protected]>
1 parent f4c4db4 commit d969c44

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

Diff for: CHANGELOG.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
==============================
22
Changelog
33

4-
2024-xx-xx
5-
Release x.x.xlsx
4+
2024-08-06
5+
Release 11.0.1
66

77
* Update doc formatting
88
* Added fields type and types description into the spec
9+
* Update link references of ownership from nexB to aboutcode-org
10+
11+
Signed-off-by: Chin Yeung Li <[email protected]>
912

1013

1114
2024-07-15

Diff for: about.ABOUT

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
about_resource: .
22
name: AboutCode-toolkit
3-
version: 11.0.0
3+
version: 11.0.1
44
author: Jillian Daguil, Chin Yeung Li, Philippe Ombredanne, Thomas Druez
55
copyright: Copyright (c) nexB Inc.
66
description: |

Diff for: src/attributecode/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
import saneyaml
2222

23-
__version__ = '11.0.0'
23+
__version__ = '11.0.1'
2424

2525
__about_spec_version__ = '4.0.0'
2626

Diff for: src/attributecode/attrib.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ def generate_sctk_input(abouts, min_license_score, license_dict):
254254

255255
def get_license_file_key(license_text_name):
256256
if license_text_name.endswith('.LICENSE'):
257-
# See https://github.com/nexB/aboutcode-toolkit/issues/439
257+
# See https://github.com/aboutcode-org/aboutcode-toolkit/issues/439
258258
# for why using split instead of strip
259259
return license_text_name.rsplit('.', 1)[0]
260260
else:

0 commit comments

Comments
 (0)