bump version to v4.0.0

This commit is contained in:
debugtalk
2022-05-03 11:02:17 +08:00
parent 061d267246
commit 2834f29504
43 changed files with 58 additions and 200 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "v4.0.0-beta"
__version__ = "v4.0.0"
__description__ = "One-stop solution for HTTP(S) testing."
from httprunner.config import Config

View File

@@ -33,7 +33,7 @@ pytest_files_made_cache_mapping: Dict[Text, Text] = {}
pytest_files_run_set: Set = set()
__TEMPLATE__ = jinja2.Template(
"""# NOTE: Generated By HttpRunner v{{ version }}
"""# NOTE: Generated By HttpRunner {{ version }}
# FROM: {{ testcase_path }}
{% if imports_list and diff_levels > 0 %}