Skip to content

Commit 5983972

Browse files
committed
Bumpt to v1.2.2
1 parent 755ead9 commit 5983972

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.2.1
2+
current_version = 1.2.2
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

CHANGELOG.rst

+16
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22
Changelog
33
=========
44

5+
1.2.2 (2015-07-14)
6+
------------------
7+
8+
* Minor bug fixes.
9+
10+
* Support relative path when doing extract.
11+
12+
13+
1.2.1 (2015-07-13)
14+
------------------
15+
16+
* Minor bug fixes.
17+
18+
* Improper extract warning handling
19+
20+
521
1.2.0 (2015-07-13)
622
------------------
723

setup.py

+1-1
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.1',
32+
version='1.2.2',
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

+1-1
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.1'
25+
__version__ = '1.2.2'

0 commit comments

Comments
 (0)