Skip to content

Commit

Permalink
Bump to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pombredanne committed Jul 27, 2015
1 parent 58e7ab2 commit 0d90a04
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.0
current_version = 1.3.1
files = setup.py src/scancode/__init__.py
commit = False
tag = False
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
Changelog
=========

1.3.1 (2015-07-27)
------------------

* Minor bug fixes.

* fixed --verbose option https://github.com/nexB/scancode-toolkit/issues/37
* Improved copyright and license detections (new rules, etc.)
* other minor improvements and minor bug fixes:
temptative fix for https://github.com/nexB/scancode-toolkit/issues/4
* fixed for unsupported inclusion of Linux-32 bits pre-built binaries
https://github.com/nexB/scancode-toolkit/issues/33


1.3.0 (2015-07-24)
------------------

Expand All @@ -26,7 +39,8 @@ Changelog
1.2.3 (2015-07-16)
------------------

* Major bug fixes on Windows
* Major bug fixes on Windows.

* This is a major bug fix release for Windows.
The -extract option was not working on Windows in previous 1.2.x pre-releases

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*names, **kwargs):

setup(
name='scancode-toolkit',
version='1.3.0',
version='1.3.1',
license='Apache-2.0 with ScanCode acknowledgment and CC0-1.0 and others',
description='ScanCode is a tool to scan code for license, copyright and other interesting facts.',
long_description=long_description,
Expand Down
2 changes: 1 addition & 1 deletion src/scancode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
# ScanCode is a free software code scanning tool from nexB Inc. and others.
# Visit https://github.com/nexB/scancode-toolkit/ for support and download.

__version__ = '1.3.0'
__version__ = '1.3.1'

0 comments on commit 0d90a04

Please sign in to comment.