Skip to content

Commit 774fb6c

Browse files
committed
Release v3.0.1
1 parent 02c7b64 commit 774fb6c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ReleaseNote.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# ReleaseNote
22

3+
### V3.0.1 (2021.02.23)
4+
- Change the result report format for pub package manager.
5+
36
### V3.0.0 (2021.01.21)
47
- Create fossology_dependency github repository and upload the source codes.
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
if __name__ == "__main__":
1414
setup(
1515
name = 'fosslight_dependency',
16-
version = '3.0.0',
16+
version = '3.0.1',
1717
packages = find_packages(),
1818
description = 'FOSSLight Dependency',
1919
long_description = 'It is a script file to scan dependencies through package manager file and generate a result report.',

unified_script/dependency_unified.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import logging
2020
import requests
2121

22-
VERSION = "3.0.0"
22+
VERSION = "3.0.1"
2323

2424
# Check the manifest file
2525
manifest_array = [["pip", "requirements.txt"], ["npm", "package.json"], ["maven", "pom.xml"],

0 commit comments

Comments
 (0)