Skip to content

Commit

Permalink
Bump version to 2.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
  • Loading branch information
pombredanne committed Oct 5, 2017
1 parent f33ec70 commit bd9a0c3
Show file tree
Hide file tree
Showing 4 changed files with 4 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 = 2.2.0
current_version = 2.2.1
files = setup.py src/scancode/__init__.py
commit = False
tag = False
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
=========

2.2.0 (2017-10-05)
2.2.1 (2017-10-05)
------------------
This is a minor release with several bug fixes, one new feature
and one (minor) API change.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from setuptools import setup


version = '2.2.0'
version = '2.2.1'


#### Small hack to force using a plain version number if the option
Expand Down
2 changes: 1 addition & 1 deletion src/scancode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@
__version__ = get_distribution('scancode-toolkit').version
except DistributionNotFound:
# package is not installed ??
__version__ = '2.2.0'
__version__ = '2.2.1'

0 comments on commit bd9a0c3

Please sign in to comment.