From 45b0b31454e2ca08945629a850a3c7c358089fdf Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 10 Mar 2022 23:16:21 +0100 Subject: [PATCH 01/14] Bumped version to v0.3.1. --- pyEDAA/IPXACT/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyEDAA/IPXACT/__init__.py b/pyEDAA/IPXACT/__init__.py index 9914b67..cc3f1cb 100644 --- a/pyEDAA/IPXACT/__init__.py +++ b/pyEDAA/IPXACT/__init__.py @@ -39,7 +39,7 @@ __email__ = "Paebbels@gmail.com" __copyright__ = "2016-2022, Patrick Lehmann" __license__ = "Apache License, Version 2.0" -__version__ = "0.3.0" +__version__ = "0.3.1" @export From 820060e2b5e9ba0283a2ab02a5bd99dc68c33585 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Thu, 10 Mar 2022 23:16:49 +0100 Subject: [PATCH 02/14] Fixed f-string. --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index c564064..f53e845 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -64,7 +64,7 @@ with open(prologPath, "r") as prologFile: rst_prolog = prologFile.read() except Exception as ex: - print("[ERROR:] While reading '{prologPath}'.") + print(f"[ERROR:] While reading '{prologPath}'.") print(ex) rst_prolog = "" From aee58bf4e249d2efc89792b64603add3dbcd6461 Mon Sep 17 00:00:00 2001 From: umarcor Date: Mon, 14 Mar 2022 21:05:39 +0100 Subject: [PATCH 03/14] readme: enable coverage shields --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 67fd6bd..bf390b2 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,10 @@ [![GitHub Workflow - Build and Test Status](https://img.shields.io/github/workflow/status/edaa-org/pyEDAA.IPXACT/Pipeline/main?longCache=true&style=flat-square&label=Build%20and%20Test&logo=GitHub%20Actions&logoColor=FFFFFF)](https://GitHub.com/edaa-org/pyEDAA.IPXACT/actions/workflows/Pipeline.yml) [![Libraries.io status for latest release](https://img.shields.io/librariesio/release/pypi/pyEDAA.IPXACT?longCache=true&style=flat-square&logo=Libraries.io&logoColor=fff)](https://libraries.io/github/edaa-org/pyEDAA.IPXACT) [![Codacy - Quality](https://img.shields.io/codacy/grade/c924eeffd4cc49ed9ebbbe3a89b6fa76?longCache=true&style=flat-square&logo=Codacy)](https://app.codacy.com/gh/edaa-org/pyEDAA.IPXACT) - - -