Skip to content

Commit 9fed9f5

Browse files
committed
Bumped to version 1.2.4 and added chagelog
1 parent c5a4ea8 commit 9fed9f5

File tree

4 files changed

+21
-3
lines changed

4 files changed

+21
-3
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.2.3
2+
current_version = 1.2.4
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Changelog
33
=========
44

5+
1.2.4 (2015-07-22)
6+
------------------
7+
8+
* Minor bug fixes.
9+
10+
* Improved copyright detections.
11+
* can scan a single file located in the installation directoy
12+
* other minor improvements and minor bug fixes.
13+
14+
15+
1.2.3 (2015-07-16)
16+
------------------
17+
18+
* Major bug fixes on Windows
19+
* This is a major bug fix release for Windows.
20+
The -extract option was not working on Windows in previous 1.2.x pre-releases
21+
22+
523
1.2.2 (2015-07-14)
624
------------------
725

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

0 commit comments

Comments
 (0)