Skip to content

Commit 4f9de75

Browse files
authored
Prepare for release v0.13.0 (#205)
* Prepare for release v0.13.0 Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> * Add regenerated files Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com> --------- Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 95f2d37 commit 4f9de75

22 files changed

+22
-22
lines changed

src/python_inspector/resolve_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
TRACE = False
2121

22-
__version__ = "0.12.0"
22+
__version__ = "0.13.0"
2323

2424
DEFAULT_PYTHON_VERSION = "38"
2525
PYPI_SIMPLE_URL = "https://pypi.org/simple"

tests/data/azure-devops.req-310-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json <file>",
88
"--operating-system linux",

tests/data/azure-devops.req-312-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json <file>",
88
"--operating-system linux",

tests/data/azure-devops.req-313-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json <file>",
88
"--operating-system linux",

tests/data/azure-devops.req-38-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json <file>",
88
"--operating-system linux",

tests/data/default-url-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json <file>",
88
"--operating-system linux",

tests/data/environment-marker-test-requirements.txt-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json-pdt <file>",
88
"--operating-system linux",

tests/data/example-requirements-ignore-errors-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--ignore-errors",
88
"--json <file>",

tests/data/frozen-requirements.txt-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--json-pdt <file>",
88
"--operating-system linux",

tests/data/insecure-setup-2/setup.py-expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"headers": {
33
"tool_name": "python-inspector",
44
"tool_homepageurl": "https://github.com/aboutcode-org/python-inspector",
5-
"tool_version": "0.12.0",
5+
"tool_version": "0.13.0",
66
"options": [
77
"--analyze-setup-py-insecurely",
88
"--json <file>",

0 commit comments

Comments
 (0)