diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8ce1a18..caedbd9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,11 @@ Change Log ========== +0.2.3 (28/09/2020) +------------------- +- Fixed UI bugs in dashboard and Archives layout +- Added error details on failed test cases + 0.2.2 (13/09/2020) ------------------- - Codecov diff --git a/setup.py b/setup.py index aca3a36..cca63b2 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name="pytest-html-reporter", - version="0.2.2", + version="0.2.3", author="Prashanth Sams", author_email="sams.prashanth@gmail.com", maintainer="Prashanth Sams",