Skip to content

Commit 65e1bda

Browse files
Update spec version and CHANGELOG
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
1 parent ba52e20 commit 65e1bda

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
==============================
22
Changelog
3+
4+
Next
5+
Release 8.0.1
6+
7+
* Adopt 3.3.1 specification
8+
* Introduce ``ignored_resources`` to ABOUT specification
9+
10+
311
2023-03-09
412
Release 8.0.0
513

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In addition, this tool is able to generate attribution notices and
2121
identify redistributable source code used in your project to help you comply
2222
with open source licenses conditions.
2323

24-
This version of the AboutCode Toolkit follows the ABOUT specification version 3.3.0 at:
24+
This version of the AboutCode Toolkit follows the ABOUT specification version 3.3.1 at:
2525
https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html
2626

2727

docs/source/home.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In addition, this tool is able to generate attribution notices and
2020
identify redistributable source code used in your project to help you comply
2121
with open source licenses conditions.
2222

23-
This version of the AboutCode Toolkit follows the ABOUT specification version 3.3.0 at:
23+
This version of the AboutCode Toolkit follows the ABOUT specification version 3.3.1 at:
2424
https://aboutcode-toolkit.readthedocs.io/en/latest/specification.html
2525

2626

docs/source/specification.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _specification:
22

33
===============================
4-
ABOUT File Specification v3.3.0
4+
ABOUT File Specification v3.3.1
55
===============================
66

77
Purpose

src/attributecode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
__version__ = '8.0.0'
2424

25-
__about_spec_version__ = '3.3.0'
25+
__about_spec_version__ = '3.3.1'
2626

2727
__copyright__ = """
2828
Copyright (c) nexB Inc. All rights reserved. http://dejacode.org

0 commit comments

Comments
 (0)