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"