Skip to content

Commit

Permalink
New temporary unpublished version 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaguil committed Mar 1, 2016
1 parent f1081a6 commit 10eea0c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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 = 1.6.0
current_version = 1.6.1
files = setup.py src/scancode/__init__.py
commit = False
tag = False
Expand Down
1 change: 1 addition & 0 deletions etc/release/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ echo " RELEASE: Building release archives..."

# build a zip and tar.bz2
bin/python setup.py --quiet sdist --formats=bztar,zip
bin/python setup.py --quiet bdist_wheel


# Restoring initial dev setup and config...
Expand Down
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*names, **kwargs):

setup(
name='scancode-toolkit',
version='1.6.0',
version='1.6.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,
Expand Down Expand Up @@ -91,9 +91,6 @@ def read(*names, **kwargs):
'MarkupSafe >= 0.23',
'colorama',

# AboutCode
'about-code-tool >= 0.9.0',

# packagedcode
'requests >= 2.7.0, < 3.0.0',
],
Expand Down
2 changes: 1 addition & 1 deletion src/scancode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.6.0'
__version__ = '1.6.1'

0 comments on commit 10eea0c

Please sign in to comment.