From 59839726e8a181b3611dcb0367f485b1897c8111 Mon Sep 17 00:00:00 2001 From: pombredanne Date: Tue, 14 Jul 2015 16:10:20 +0200 Subject: [PATCH] Bumpt to v1.2.2 --- .bumpversion.cfg | 2 +- CHANGELOG.rst | 16 ++++++++++++++++ setup.py | 2 +- src/scancode/__init__.py | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac9fdca445a..143d94e9189 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.1 +current_version = 1.2.2 files = setup.py src/scancode/__init__.py commit = False tag = False diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ba654caf171..2868a66d5d5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,22 @@ Changelog ========= +1.2.2 (2015-07-14) +------------------ + +* Minor bug fixes. + + * Support relative path when doing extract. + + +1.2.1 (2015-07-13) +------------------ + +* Minor bug fixes. + + * Improper extract warning handling + + 1.2.0 (2015-07-13) ------------------ diff --git a/setup.py b/setup.py index efa6b04a8a7..fb7c37460be 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(*names, **kwargs): setup( name='scancode-toolkit', - version='1.2.1', + version='1.2.2', 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, diff --git a/src/scancode/__init__.py b/src/scancode/__init__.py index cefd4dbbee1..0e00b39d862 100644 --- a/src/scancode/__init__.py +++ b/src/scancode/__init__.py @@ -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.2.1' +__version__ = '1.2.2'