From 7340740170ff5e73b8f08ad7d724a5cc98b9f91b Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 17 Jun 2022 22:53:24 +0800 Subject: [PATCH] bump version to v4.1.4 --- examples/data/a_b_c/T1_test.py | 2 +- examples/data/a_b_c/T2_3_test.py | 2 +- examples/demo-with-go-plugin/plugin/debugtalk_gen.go | 2 +- examples/demo-with-go-plugin/proj.json | 4 ++-- examples/demo-with-py-plugin/.debugtalk_gen.py | 2 +- examples/demo-with-py-plugin/proj.json | 4 ++-- .../request_methods/request_with_functions_test.py | 2 +- .../request_methods/request_with_parameters_test.py | 2 +- .../request_methods/request_with_testcase_reference_test.py | 2 +- .../request_methods/request_with_variables_test.py | 2 +- .../request_methods/validate_with_functions_test.py | 2 +- .../request_methods/validate_with_variables_test.py | 2 +- hrp/internal/scaffold/templates/plugin/.debugtalk_gen.py | 2 +- hrp/internal/scaffold/templates/plugin/debugtalk_gen.go | 2 +- hrp/internal/version/VERSION | 2 +- httprunner/__init__.py | 2 +- pyproject.toml | 2 +- 17 files changed, 19 insertions(+), 19 deletions(-) diff --git a/examples/data/a_b_c/T1_test.py b/examples/data/a_b_c/T1_test.py index c52f53e4..66827eb8 100644 --- a/examples/data/a_b_c/T1_test.py +++ b/examples/data/a_b_c/T1_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: a-b.c/1.yml diff --git a/examples/data/a_b_c/T2_3_test.py b/examples/data/a_b_c/T2_3_test.py index 631b24c7..ee738e1a 100644 --- a/examples/data/a_b_c/T2_3_test.py +++ b/examples/data/a_b_c/T2_3_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: a-b.c/2 3.yml diff --git a/examples/demo-with-go-plugin/plugin/debugtalk_gen.go b/examples/demo-with-go-plugin/plugin/debugtalk_gen.go index df7727c3..6e6c9067 100644 --- a/examples/demo-with-go-plugin/plugin/debugtalk_gen.go +++ b/examples/demo-with-go-plugin/plugin/debugtalk_gen.go @@ -1,4 +1,4 @@ -// NOTE: Generated By hrp v4.1.3, DO NOT EDIT! +// NOTE: Generated By hrp v4.1.4, DO NOT EDIT! package main import ( diff --git a/examples/demo-with-go-plugin/proj.json b/examples/demo-with-go-plugin/proj.json index f7c5e394..636573b8 100644 --- a/examples/demo-with-go-plugin/proj.json +++ b/examples/demo-with-go-plugin/proj.json @@ -1,5 +1,5 @@ { "project_name": "demo-with-go-plugin", - "create_time": "2022-06-17T19:47:05.323133+08:00", - "hrp_version": "v4.1.3" + "create_time": "2022-06-17T22:46:08.96163+08:00", + "hrp_version": "v4.1.4" } diff --git a/examples/demo-with-py-plugin/.debugtalk_gen.py b/examples/demo-with-py-plugin/.debugtalk_gen.py index 7199a757..a57fef72 100644 --- a/examples/demo-with-py-plugin/.debugtalk_gen.py +++ b/examples/demo-with-py-plugin/.debugtalk_gen.py @@ -1,4 +1,4 @@ -# NOTE: Generated By hrp v4.1.3, DO NOT EDIT! +# NOTE: Generated By hrp v4.1.4, DO NOT EDIT! import sys import os diff --git a/examples/demo-with-py-plugin/proj.json b/examples/demo-with-py-plugin/proj.json index d3e1a92f..dd8dc3e4 100644 --- a/examples/demo-with-py-plugin/proj.json +++ b/examples/demo-with-py-plugin/proj.json @@ -1,5 +1,5 @@ { "project_name": "demo-with-py-plugin", - "create_time": "2022-06-17T19:47:06.677262+08:00", - "hrp_version": "v4.1.3" + "create_time": "2022-06-17T22:46:09.755825+08:00", + "hrp_version": "v4.1.4" } diff --git a/examples/postman_echo/request_methods/request_with_functions_test.py b/examples/postman_echo/request_methods/request_with_functions_test.py index 88be4975..a836d6bf 100644 --- a/examples/postman_echo/request_methods/request_with_functions_test.py +++ b/examples/postman_echo/request_methods/request_with_functions_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: request_methods/request_with_functions.yml diff --git a/examples/postman_echo/request_methods/request_with_parameters_test.py b/examples/postman_echo/request_methods/request_with_parameters_test.py index 3062d075..0ef26f47 100644 --- a/examples/postman_echo/request_methods/request_with_parameters_test.py +++ b/examples/postman_echo/request_methods/request_with_parameters_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: request_methods/request_with_parameters.yml diff --git a/examples/postman_echo/request_methods/request_with_testcase_reference_test.py b/examples/postman_echo/request_methods/request_with_testcase_reference_test.py index 874ad4be..7763a434 100644 --- a/examples/postman_echo/request_methods/request_with_testcase_reference_test.py +++ b/examples/postman_echo/request_methods/request_with_testcase_reference_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: request_methods/request_with_testcase_reference.yml diff --git a/examples/postman_echo/request_methods/request_with_variables_test.py b/examples/postman_echo/request_methods/request_with_variables_test.py index 3de6814c..732feaec 100644 --- a/examples/postman_echo/request_methods/request_with_variables_test.py +++ b/examples/postman_echo/request_methods/request_with_variables_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: request_methods/request_with_variables.yml diff --git a/examples/postman_echo/request_methods/validate_with_functions_test.py b/examples/postman_echo/request_methods/validate_with_functions_test.py index 5f9944f4..fd6ffaaa 100644 --- a/examples/postman_echo/request_methods/validate_with_functions_test.py +++ b/examples/postman_echo/request_methods/validate_with_functions_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: request_methods/validate_with_functions.yml diff --git a/examples/postman_echo/request_methods/validate_with_variables_test.py b/examples/postman_echo/request_methods/validate_with_variables_test.py index 32e20214..05a31462 100644 --- a/examples/postman_echo/request_methods/validate_with_variables_test.py +++ b/examples/postman_echo/request_methods/validate_with_variables_test.py @@ -1,4 +1,4 @@ -# NOTE: Generated By HttpRunner v4.1.3 +# NOTE: Generated By HttpRunner v4.1.4 # FROM: request_methods/validate_with_variables.yml diff --git a/hrp/internal/scaffold/templates/plugin/.debugtalk_gen.py b/hrp/internal/scaffold/templates/plugin/.debugtalk_gen.py index 7199a757..a57fef72 100644 --- a/hrp/internal/scaffold/templates/plugin/.debugtalk_gen.py +++ b/hrp/internal/scaffold/templates/plugin/.debugtalk_gen.py @@ -1,4 +1,4 @@ -# NOTE: Generated By hrp v4.1.3, DO NOT EDIT! +# NOTE: Generated By hrp v4.1.4, DO NOT EDIT! import sys import os diff --git a/hrp/internal/scaffold/templates/plugin/debugtalk_gen.go b/hrp/internal/scaffold/templates/plugin/debugtalk_gen.go index df7727c3..6e6c9067 100644 --- a/hrp/internal/scaffold/templates/plugin/debugtalk_gen.go +++ b/hrp/internal/scaffold/templates/plugin/debugtalk_gen.go @@ -1,4 +1,4 @@ -// NOTE: Generated By hrp v4.1.3, DO NOT EDIT! +// NOTE: Generated By hrp v4.1.4, DO NOT EDIT! package main import ( diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index 8a58a0dc..32d946c3 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.1.3 \ No newline at end of file +v4.1.4 \ No newline at end of file diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 6d1c0ef7..a0b75d28 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "v4.1.3" +__version__ = "v4.1.4" __description__ = "One-stop solution for HTTP(S) testing." diff --git a/pyproject.toml b/pyproject.toml index 2eb2a102..2135a343 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "v4.1.3" +version = "v4.1.4" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"