From 68a3a8a3dd6e070594db43ff267581dc59c8cfc0 Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Thu, 31 Oct 2024 13:30:24 +0000 Subject: [PATCH] Version vs release in documentation --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 859838ee..63233c5c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ # built documents. # # The short X.Y version. -version = about.__version__ +version = ".".join(about.__version__.split(".")[:2]) # The full version, including alpha/beta/rc tags. release = about.__version__