bump version 3.1.1

This commit is contained in:
debugtalk
2020-06-23 14:47:58 +08:00
parent 4f80acced4
commit d0326ce29c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
# Release History # Release History
## 3.1.1 (2020-06-21) ## 3.1.1 (2020-06-23)
**Added** **Added**
+1 -1
View File
@@ -1,4 +1,4 @@
__version__ = "3.1.0" __version__ = "3.1.1"
__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
+1 -1
View File
@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "httprunner" name = "httprunner"
version = "3.1.0" version = "3.1.1"
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"