Skip to content

Commit bd9a0c3

Browse files
committed
Bump version to 2.2.1
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent f33ec70 commit bd9a0c3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.2.0
2+
current_version = 2.2.1
33
files = setup.py src/scancode/__init__.py
44
commit = False
55
tag = False

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
2.2.0 (2017-10-05)
4+
2.2.1 (2017-10-05)
55
------------------
66
This is a minor release with several bug fixes, one new feature
77
and one (minor) API change.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from setuptools import setup
1818

1919

20-
version = '2.2.0'
20+
version = '2.2.1'
2121

2222

2323
#### Small hack to force using a plain version number if the option

src/scancode/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@
5050
__version__ = get_distribution('scancode-toolkit').version
5151
except DistributionNotFound:
5252
# package is not installed ??
53-
__version__ = '2.2.0'
53+
__version__ = '2.2.1'

0 commit comments

Comments
 (0)