From 3d10e48f0f8b8cd6fe1d69ef9f74a6cb574569c2 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 1 Dec 2025 19:45:07 -0700 Subject: [PATCH] update version string --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 916fcc63..0e56430f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,7 +7,7 @@ author = 'Christer Edwards' # The short X.Y version version = '1.2.0' # The full version, including alpha/beta/rc tags -release = '1.2.0.2511119' +release = '1.2.0.251201' # -- General configuration ---------------------------------------------------