From 2b72dbe9ffb111ca02db5a18b3596a03c00ac40b Mon Sep 17 00:00:00 2001 From: harmin-parra Date: Wed, 2 Oct 2024 22:49:52 +0200 Subject: [PATCH] set new version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67900d7..2afdb4a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "pytest-webtest-extras" -version = "1.2.2rc1" +version = "1.2.2" description = "Pytest plugin to enhance pytest-html and allure reports of webtest projects by adding screenshots, comments and webpage sources." readme = "README.md" #license = "MIT"