File tree Expand file tree Collapse file tree 4 files changed +18
-4
lines changed
Expand file tree Collapse file tree 4 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.3.0
2+ current_version = 1.3.1
33files = setup.py src/scancode/__init__.py
44commit = False
55tag = False
Original file line number Diff line number Diff line change 22Changelog
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+
5181.3.0 (2015-07-24)
619------------------
720
@@ -26,7 +39,8 @@ Changelog
26391.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
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def read(*names, **kwargs):
2929
3030setup (
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 ,
Original file line number Diff line number Diff line change 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 '
You can’t perform that action at this time.
0 commit comments