From 54442165d2bd8111f83e023a35c221fac3a4e747 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Mon, 4 Jul 2022 22:34:18 +0800 Subject: [PATCH] bump version to v4.1.6 --- hrp/internal/version/VERSION | 2 +- httprunner/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index 50a82e8b..b91a7785 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.1.5 \ No newline at end of file +v4.1.6 \ No newline at end of file diff --git a/httprunner/__init__.py b/httprunner/__init__.py index 2b776224..806fbae9 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "v4.1.5" +__version__ = "v4.1.6" __description__ = "One-stop solution for HTTP(S) testing." diff --git a/pyproject.toml b/pyproject.toml index 41d089bc..bcfa92ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "v4.1.5" +version = "v4.1.6" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"