From 1164fab2672b7ac0d7acef3a61b0537ddf983835 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 3 May 2018 16:12:18 +0800 Subject: [PATCH] release 1.4.0 --- httprunner/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprunner/__about__.py b/httprunner/__about__.py index 6679e62f..65e5e5ee 100644 --- a/httprunner/__about__.py +++ b/httprunner/__about__.py @@ -1,7 +1,7 @@ __title__ = 'HttpRunner' __description__ = 'One-stop solution for HTTP(S) testing.' __url__ = 'https://github.com/HttpRunner/HttpRunner' -__version__ = '1.4.0.beta.2' +__version__ = '1.4.0' __author__ = 'debugtalk' __author_email__ = 'mail@debugtalk.com' __license__ = 'MIT'