From e8cefb5b656e76c61a8d33cf192ee0463f696393 Mon Sep 17 00:00:00 2001 From: httprunner Date: Fri, 3 Aug 2018 23:54:27 +0800 Subject: [PATCH] bump to v1.5.9 --- httprunner/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprunner/__about__.py b/httprunner/__about__.py index e7674ab8..c146d7ef 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.5.8' +__version__ = '1.5.9' __author__ = 'debugtalk' __author_email__ = 'mail@debugtalk.com' __license__ = 'MIT'