From b47d435b75d21ca0f3269eed4f943df27824ea83 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Tue, 3 Mar 2026 11:06:39 -0500 Subject: [PATCH] Update conf.py --- doc/apidoc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/apidoc/conf.py b/doc/apidoc/conf.py index 4c652e3a6d..05d3e097b9 100644 --- a/doc/apidoc/conf.py +++ b/doc/apidoc/conf.py @@ -24,7 +24,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "6.5.0" +release = "6.6.0" # -- General configuration ---------------------------------------------------