Skip to content

Commit

Permalink
bump version to v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
debugtalk committed Jun 17, 2022
1 parent ce172d4 commit 9fb27e5
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion examples/data/a_b_c/T1_test.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTE: Generated By HttpRunner v4.1.3
# NOTE: Generated By HttpRunner v4.1.4
# FROM: a-b.c/1.yml


Expand Down
2 changes: 1 addition & 1 deletion examples/data/a_b_c/T2_3_test.py
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion examples/demo-with-go-plugin/plugin/debugtalk_gen.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-with-go-plugin/proj.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion examples/demo-with-py-plugin/.debugtalk_gen.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-with-py-plugin/proj.json
Original file line number Diff line number Diff line change
@@ -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"
}
Original file line number Diff line number Diff line change
@@ -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


Expand Down
Original file line number Diff line number Diff line change
@@ -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


Expand Down
Original file line number Diff line number Diff line change
@@ -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


Expand Down
Original file line number Diff line number Diff line change
@@ -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


Expand Down
Original file line number Diff line number Diff line change
@@ -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


Expand Down
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion hrp/internal/scaffold/templates/plugin/.debugtalk_gen.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion hrp/internal/scaffold/templates/plugin/debugtalk_gen.go
Original file line number Diff line number Diff line change
@@ -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 (
Expand Down
2 changes: 1 addition & 1 deletion hrp/internal/version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v4.1.3
v4.1.4
2 changes: 1 addition & 1 deletion httprunner/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "v4.1.3"
__version__ = "v4.1.4"
__description__ = "One-stop solution for HTTP(S) testing."


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9fb27e5

Please sign in to comment.