Skip to content

Commit

Permalink
Bump to 3.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Ombredanne <[email protected]>
  • Loading branch information
pombredanne committed Feb 15, 2019
1 parent b4db724 commit 3f699d0
Show file tree
Hide file tree
Showing 4 changed files with 5 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 = 3.0.1
current_version = 3.0.2
files = setup.py src/scancode_config.py
commit = False
tag = False
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
Changelog
=========

v3.0.1 (2019-02-15)
v3.0.2 (2019-02-15)
-------------------

Minor bug fixes:

- A tracing flag was turned on in the summary module by mistake. Reported by @tdruez #1374
- Correct a Maven parsing error. Reported and fixed by @linexb #1373
- Set proper links in the README. Reported and fixed by @sschubert #1371
- No changes from v3.0.1


v3.0.0 (2019-02-14)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from setuptools import find_packages
from setuptools import setup

version = '3.0.1'
version = '3.0.2'

#### Small hack to force using a plain version number if the option
#### --plain-version is passed to setup.py
Expand Down
2 changes: 1 addition & 1 deletion src/scancode_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def _create_dir(location):
__version__ = get_distribution('scancode-toolkit').version
except DistributionNotFound:
# package is not installed ??
__version__ = '3.0.1'
__version__ = '3.0.2'

system_temp_dir = tempfile.gettempdir()
scancode_src_dir = dirname(__file__)
Expand Down

0 comments on commit 3f699d0

Please sign in to comment.