From 060109a6cc353bad011994613545591daa8b6ef8 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Sat, 28 Sep 2024 20:26:19 +0200 Subject: [PATCH] Reverted #64 and bumped to v0.12.1. --- doc/Dependency.rst | 2 +- doc/requirements.txt | 2 +- pyEDAA/Reports/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Dependency.rst b/doc/Dependency.rst index 7dee2e41..f8d52bc4 100644 --- a/doc/Dependency.rst +++ b/doc/Dependency.rst @@ -105,7 +105,7 @@ the mandatory dependencies too. +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ | !! `sphinx_fontawesome `__ | ≥0.0.6 | `GPL 2.0 `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ -| `sphinx_autodoc_typehints `__ | ≥2.4 | `MIT `__ | *Not yet evaluated.* | +| `sphinx_autodoc_typehints `__ | ≥2.3 | `MIT `__ | *Not yet evaluated.* | +-------------------------------------------------------------------------------------------------+--------------+----------------------------------------------------------------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------+ diff --git a/doc/requirements.txt b/doc/requirements.txt index 63607dec..ab3d9f8e 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -21,7 +21,7 @@ sphinxcontrib-mermaid >= 0.9.2 autoapi >= 2.0.1 sphinx_design >= 0.5.0 sphinx-copybutton >= 0.5.2 -sphinx_autodoc_typehints ~= 2.4 +sphinx_autodoc_typehints ~= 2.3 # changelog>=0.3.5 sphinx_reports ~= 0.6 diff --git a/pyEDAA/Reports/__init__.py b/pyEDAA/Reports/__init__.py index 424a018f..41fc92b0 100644 --- a/pyEDAA/Reports/__init__.py +++ b/pyEDAA/Reports/__init__.py @@ -35,7 +35,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2021-2024, Electronic Design Automation Abstraction (EDA²)" __license__ = "Apache License, Version 2.0" -__version__ = "0.12.0" +__version__ = "0.12.1" __keywords__ = ["Reports", "Abstract Model", "Data Model", "Unit Testing", "Testcase", "Testsuite", "OSVVM", "YAML", "XML"] from enum import Enum