From 9a0247af0d0b9b4073629321e49814b3638ffbcc Mon Sep 17 00:00:00 2001 From: debugtalk Date: Sat, 11 Jun 2022 23:26:14 +0800 Subject: [PATCH] bump version to v4.1.3 --- docs/CHANGELOG.md | 4 ++++ hrp/internal/version/VERSION | 2 +- httprunner/__init__.py | 2 +- pyproject.toml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index a19ddf85..d7cf60ef 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Release History +## v4.1.3 (2022-06-12) + + + ## v4.1.2 (2022-06-09) - feat: add Dockerfile diff --git a/hrp/internal/version/VERSION b/hrp/internal/version/VERSION index b572ab0b..8a58a0dc 100644 --- a/hrp/internal/version/VERSION +++ b/hrp/internal/version/VERSION @@ -1 +1 @@ -v4.1.2 \ No newline at end of file +v4.1.3 \ No newline at end of file diff --git a/httprunner/__init__.py b/httprunner/__init__.py index aba58277..6d1c0ef7 100644 --- a/httprunner/__init__.py +++ b/httprunner/__init__.py @@ -1,4 +1,4 @@ -__version__ = "v4.1.2" +__version__ = "v4.1.3" __description__ = "One-stop solution for HTTP(S) testing." diff --git a/pyproject.toml b/pyproject.toml index b1a8da31..2eb2a102 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "httprunner" -version = "v4.1.2" +version = "v4.1.3" description = "One-stop solution for HTTP(S) testing." license = "Apache-2.0" readme = "README.md"