From 0325322aeac185976995e212d1cba8e5dedb7e4b Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 14 Oct 2024 01:35:30 +0200 Subject: [PATCH] Bumped version to v0.8.0. --- sphinx_reports/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_reports/__init__.py b/sphinx_reports/__init__.py index 6ad2ff8..f62b81d 100644 --- a/sphinx_reports/__init__.py +++ b/sphinx_reports/__init__.py @@ -43,7 +43,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2023-2024, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "0.7.2" +__version__ = "0.8.0" __keywords__ = ["Python3", "Sphinx", "Extension", "Report", "doc-string", "interrogate"] from hashlib import md5