From 5cc934cb382b4fc5e4994fa6d3fe711d3fe467ce Mon Sep 17 00:00:00 2001 From: pombredanne Date: Mon, 13 Jul 2015 18:36:42 +0200 Subject: [PATCH] Bump to 1.2.1. Minor bug fix. --- .bumpversion.cfg | 2 +- setup.py | 2 +- src/scancode/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 77716f30da3..ac9fdca445a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 files = setup.py src/scancode/__init__.py commit = False tag = False diff --git a/setup.py b/setup.py index a71197cbbf3..efa6b04a8a7 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(*names, **kwargs): setup( name='scancode-toolkit', - version='1.2.0', + version='1.2.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, diff --git a/src/scancode/__init__.py b/src/scancode/__init__.py index 910b729aec9..cefd4dbbee1 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.0' +__version__ = '1.2.1'