Skip to content

Commit b5b1e9b

Browse files
committed
Update doc in changelog and version in setup.py
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent df3905e commit b5b1e9b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/CHANGELOG.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
2018-x-x
1+
2018-09-19
22

33
Release 3.1.2
44

55
* New `--vartext` option for `attrib`
6-
* Add support for `checksum_sha256`
7-
* `check` command will not counted INFO message as error when `--verbose` is set
6+
* Add support for `checksum_sha256` and `author_file`
7+
* `check` command will not count INFO message as error when `--verbose` is set
88
* Update `track_change` to `track_changes`
9-
* Add support for `author_file`
109
* New `--filter` and `--mapping-output` options for `inventory`
1110

1211
2018-6-25

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def read(*names, **kwargs):
2424

2525
setup(
2626
name='aboutcode-toolkit',
27-
version='3.1.0',
27+
version='3.1.2',
2828
license='Apache-2.0',
2929
description=(
3030
'AboutCode-toolkit is a tool to document the provenance (origin and license) of '

0 commit comments

Comments
 (0)