Skip to content

Commit 0d90a04

Browse files
committed
Bump to 1.3.1
1 parent 58e7ab2 commit 0d90a04

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
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.0
2+
current_version = 1.3.1
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

CHANGELOG.rst

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22
Changelog
33
=========
44

5+
1.3.1 (2015-07-27)
6+
------------------
7+
8+
* Minor bug fixes.
9+
10+
* fixed --verbose option https://github.com/nexB/scancode-toolkit/issues/37
11+
* Improved copyright and license detections (new rules, etc.)
12+
* other minor improvements and minor bug fixes:
13+
temptative fix for https://github.com/nexB/scancode-toolkit/issues/4
14+
* fixed for unsupported inclusion of Linux-32 bits pre-built binaries
15+
https://github.com/nexB/scancode-toolkit/issues/33
16+
17+
518
1.3.0 (2015-07-24)
619
------------------
720

@@ -26,7 +39,8 @@ Changelog
2639
1.2.3 (2015-07-16)
2740
------------------
2841

29-
* Major bug fixes on Windows
42+
* Major bug fixes on Windows.
43+
3044
* This is a major bug fix release for Windows.
3145
The -extract option was not working on Windows in previous 1.2.x pre-releases
3246

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.0',
32+
version='1.3.1',
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.0'
25+
__version__ = '1.3.1'

0 commit comments

Comments
 (0)