Skip to content

Commit 4809471

Browse files
committed
Fixed Version mismatch for 7.0.2 #510
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent 006b366 commit 4809471

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
==============================
22
Changelog
33
==============================
4+
2022-08-23
5+
Release 7.0.3
6+
7+
* Fixed version mismatch in v7.0.2 (https://github.com/nexB/aboutcode-toolkit/issues/510)
8+
49

510
2022-03-21
611
Release 7.0.2
@@ -30,7 +35,7 @@ Changelog
3035
* Use readthedocs for documentation
3136
* Add Dockerfile to run aboutcode with docker
3237
* Add new option to choose extract license from ScanCode LicenseDB or DJC License Library
33-
* Add ability to transform XLSX file
38+
* Add ability to transform XLSX file
3439
* Support XLSX file format for `inventory`, `gen` and `attrib`
3540
* Add 'spdx_license_key' support
3641
* Add option to save error log in `check` command
@@ -158,7 +163,7 @@ Changelog
158163
Release 3.1.0
159164

160165
* Fixed JSON input from AboutCode manger export and ScanCode output
161-
* Added a new option `mapping-file` to support using a custom file for mapping
166+
* Added a new option `mapping-file` to support using a custom file for mapping
162167
* Change the name of the option `--show-all` to `--verbose`
163168
* Better error handling for copying file with permission issue
164169
* Support timestamp in attribution output
@@ -317,13 +322,13 @@ Changelog
317322

318323
Release 1.0.0
319324

320-
* Some changes in the spec, such as supporting only text in external
325+
* Some changes in the spec, such as supporting only text in external
321326
files.
322327
* Several refinements including support for common licenses.
323328

324329
2014-06-24 Chin-Yeung Li <[email protected]>
325330

326331
Release 0.8.1
327332

328-
* Initial release with minimal capabilities to read and validate
333+
* Initial release with minimal capabilities to read and validate
329334
ABOUT files format 0.8.0 and output a CSV inventory.

about.ABOUT

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

src/attributecode/__init__.py

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

2121
import saneyaml
2222

23-
__version__ = '7.0.1'
23+
__version__ = '7.0.3'
2424

2525
__about_spec_version__ = '3.2.3'
2626

0 commit comments

Comments
 (0)