File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.0.1
2+ current_version = 3.0.2
33files = setup.py src/scancode_config.py
44commit = False
55tag = False
Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- v3.0.1 (2019-02-15)
4+ v3.0.2 (2019-02-15)
55-------------------
66
77Minor 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
1415v3.0.0 (2019-02-14)
Original file line number Diff line number Diff line change 1616from setuptools import find_packages
1717from 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
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ def _create_dir(location):
9797 __version__ = get_distribution ('scancode-toolkit' ).version
9898except DistributionNotFound :
9999 # package is not installed ??
100- __version__ = '3.0.1 '
100+ __version__ = '3.0.2 '
101101
102102system_temp_dir = tempfile .gettempdir ()
103103scancode_src_dir = dirname (__file__ )
You can’t perform that action at this time.
0 commit comments