Change-Id: Ife50332851cfe40492990fbd9edbeed70a60b7af
This commit is contained in:
xucong.053
2021-07-18 21:30:36 +08:00
parent 6b9e7fad57
commit c1dc9cd39e
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
# Release History # Release History
## 3.1.6 (2021-07-18)
**Fixed**
- fix #1086: chinese garbled in response
- fix #1059#1068: incorrect variables and variable type hints
- fix #1079: display error in request body if the list inputted from with_json() contains dict
- fix #1056: validation failed when validation-value is in string format
## 3.1.5 (2021-06-27) ## 3.1.5 (2021-06-27)
**Fixed** **Fixed**

View File

@@ -1,4 +1,4 @@
__version__ = "3.1.5" __version__ = "3.1.6"
__description__ = "One-stop solution for HTTP(S) testing." __description__ = "One-stop solution for HTTP(S) testing."
# import firstly for monkey patch if needed # import firstly for monkey patch if needed

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "httprunner" name = "httprunner"
version = "3.1.5" version = "3.1.6"
description = "One-stop solution for HTTP(S) testing." description = "One-stop solution for HTTP(S) testing."
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"