From b6379ec1fe7c300ec1c18a3ef0c2c680e65007c8 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 5 Jan 2025 12:44:03 -0800 Subject: [PATCH] tweaking doc version method --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b12c8f7..c7f0f0d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -25,7 +25,7 @@ copyright = u'(c) 2025, Jamie Hardt' author = u'Jamie Hardt' release = importlib.metadata.version("pycmx") -version = release.split(".")[0:2] +version = release # The short X.Y version # The full version, including alpha/beta/rc tags