Skip to content

Commit de34598

Browse files
committed
Bump for 1.3.0
1 parent 00f7b2c commit de34598

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.4
2+
current_version = 1.3.0
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

CHANGELOG.rst

+12-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,24 @@
22
Changelog
33
=========
44

5+
1.3.0 (2015-07-24)
6+
------------------
7+
8+
* New features and bug fixes
9+
10+
* scancode now ignores version control directories by default (.svn, .git, etc)
11+
* Improved copyright and license detections (new rules, etc.)
12+
* other minor improvements and minor bug fixes.
13+
* experimental and unsupported inclusion of Linux-32 bits pre-built binaries
14+
15+
516
1.2.4 (2015-07-22)
617
------------------
718

819
* Minor bug fixes.
920

1021
* Improved copyright detections.
11-
* can scan a single file located in the installation directoy
22+
* can scan a single file located in the installation directory
1223
* other minor improvements and minor bug fixes.
1324

1425

setup.py

+1-1
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.2.4',
32+
version='1.3.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

+1-1
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.2.4'
25+
__version__ = '1.3.0'

0 commit comments

Comments
 (0)