Merge pull request #1102 from xucong053/master

bump to v3.1.6
This commit is contained in:
debugtalk
2021-07-18 21:55:21 +08:00
committed by GitHub
3 changed files with 11 additions and 2 deletions

View File

@@ -1,5 +1,14 @@
# Release History
## 3.1.6 (2021-07-18)
**Fixed**
- fix #1086: chinese garbled in response
- fix #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)
**Fixed**

View File

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

View File

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