Skip to content

Commit 3f699d0

Browse files
committed
Bump to 3.0.2
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent b4db724 commit 3f699d0

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-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 = 3.0.1
2+
current_version = 3.0.2
33
files = setup.py src/scancode_config.py
44
commit = False
55
tag = False

CHANGELOG.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
Changelog
22
=========
33

4-
v3.0.1 (2019-02-15)
4+
v3.0.2 (2019-02-15)
55
-------------------
66

77
Minor bug fixes:
88

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

1314

1415
v3.0.0 (2019-02-14)

setup.py

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

19-
version = '3.0.1'
19+
version = '3.0.2'
2020

2121
#### Small hack to force using a plain version number if the option
2222
#### --plain-version is passed to setup.py

src/scancode_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _create_dir(location):
9797
__version__ = get_distribution('scancode-toolkit').version
9898
except DistributionNotFound:
9999
# package is not installed ??
100-
__version__ = '3.0.1'
100+
__version__ = '3.0.2'
101101

102102
system_temp_dir = tempfile.gettempdir()
103103
scancode_src_dir = dirname(__file__)

0 commit comments

Comments
 (0)