Skip to content

Commit cee1637

Browse files
committed
New release v1.4
1 parent 8a962be commit cee1637

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.8
2+
current_version = 1.4.0
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ The following organization or individuals have contributed to ScanCode:
44
- Philippe Ombredanne
55
- Jillian Daguil
66
- Steven Esser
7+
- Li Ha

CHANGELOG.rst

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,16 @@ next
99
* Added support for scanning package and file information.
1010
* Added file and package information to the html-app and html output.
1111
https://github.com/nexB/scancode-toolkit/issues/76
12-
* improved CSS for html format output: Thanks to Steven Esser
12+
* improved CSS for html format output
1313
https://github.com/nexB/scancode-toolkit/issues/12
14-
14+
* New and improved licenses rules and licenses.
15+
* Added support for nuget .nupkg as archives.
16+
* Created new extractcode standlone command for
17+
https://github.com/nexB/scancode-toolkit/issues/52
18+
Extracting archives is no longer part of the scancode command.
19+
* Scancode can now be called from anywhere.
20+
https://github.com/nexB/scancode-toolkit/issues/55
21+
* Various minor improvements for copyright detection.
1522

1623
1.3.1 (2015-07-27)
1724
------------------

setup.py

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

3030
setup(
3131
name='scancode-toolkit',
32-
version='1.3.8',
32+
version='1.4.0',
3333
license='Apache-2.0 with ScanCode acknowledgment and CC0-1.0 and others',
3434
description='ScanCode is a tool to scan code for license, copyright and other interesting facts.',
3535
long_description=long_description,

src/scancode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
# ScanCode is a free software code scanning tool from nexB Inc. and others.
2323
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.
2424

25-
__version__ = '1.3.8'
25+
__version__ = '1.4.0'

0 commit comments

Comments
 (0)