From 2edb05cf688eca803f7d1ebe74197eb2786789ad Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 22 Mar 2018 11:55:31 +0800 Subject: [PATCH] release 1.2.3 --- httprunner/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprunner/__about__.py b/httprunner/__about__.py index 09868d17..2cb4de2b 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.2.3-beta' +__version__ = '1.2.3' __author__ = 'debugtalk' __author_email__ = 'mail@debugtalk.com' __license__ = 'MIT'