From 36dfbcba0c294851aa86e48f36fb3e96ff5a7e87 Mon Sep 17 00:00:00 2001 From: Patrick Lehmann Date: Mon, 15 Jan 2024 08:35:11 +0100 Subject: [PATCH] Change next version to v0.5.1. --- run.ps1 | 2 +- sphinx_reports/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.ps1 b/run.ps1 index d0cd713b..a8d7a176 100644 --- a/run.ps1 +++ b/run.ps1 @@ -97,7 +97,7 @@ if ($install) { Write-Host -ForegroundColor Cyan "[ADMIN][UNINSTALL] Uninstalling $PackageName ..." py -3.12 -m pip uninstall -y $PackageName Write-Host -ForegroundColor Cyan "[ADMIN][INSTALL] Installing $PackageName from wheel ..." - py -3.12 -m pip install .\dist\$PackageName-0.6.0-py3-none-any.whl + py -3.12 -m pip install .\dist\$PackageName-0.5.1-py3-none-any.whl Write-Host -ForegroundColor Cyan "[ADMIN][INSTALL] Closing window in 5 seconds ..." Start-Sleep -Seconds 5 diff --git a/sphinx_reports/__init__.py b/sphinx_reports/__init__.py index bd09c7c5..e37f3344 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.6.0" +__version__ = "0.5.1" __keywords__ = ["Python3", "Sphinx", "Extension", "Report", "doc-string", "interrogate"] from hashlib import md5