From 5b004744c24a30d3f9fdc5ae6d25ec6ffba28b05 Mon Sep 17 00:00:00 2001 From: harmin-parra Date: Sun, 15 Dec 2024 23:08:46 +0100 Subject: [PATCH] fix README file mistakes --- docs/changelog.rst | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index db9c626..9ab3689 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,3 +11,11 @@ Changelog **Limitation** * The **allure** report cannot be generated alone. It needs to be generated together with the **pytest-html** report. + + +1.0.1 +===== + +**Bug fixes** + +* Fix mistakes in the project's README file. diff --git a/pyproject.toml b/pyproject.toml index 2f14ad5..3464b04 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] name = "pytest-report-extras" -version = "1.0.0" +version = "1.0.1" description = "Pytest plugin to enhance pytest-html and allure reports by adding comments, screenshots and webpage sources." readme = "README.md" #license = "MIT"