From 225b1462d8a612c767752d28068e09f7098ea90a Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 11 Aug 2023 10:27:00 -0400 Subject: [PATCH] Revert "0.5.4" This reverts commit aa0ba774901e31d5ce0076dd602ec8910f3eb3dc. something is up where commit c43e8f0c0356c529 blew away the 0.5.4 tag, and i dont really know what's going on --- sphinx_paramlinks/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_paramlinks/__init__.py b/sphinx_paramlinks/__init__.py index e83d81a..33dcef1 100644 --- a/sphinx_paramlinks/__init__.py +++ b/sphinx_paramlinks/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.5.4" +__version__ = "0.5.3" from .sphinx_paramlinks import setup # noqa