From fd7f33674bc05b709201692a616d7f3270992d00 Mon Sep 17 00:00:00 2001 From: Raymond Douglass Date: Wed, 12 Apr 2023 18:54:36 -0400 Subject: [PATCH] REL v23.04.00 release --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 51da7721..48263ce3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -11,9 +11,9 @@ # built documents. # # The short X.Y version. -version = "23.04" +version = '23.04' # The full version, including alpha/beta/rc tags -release = "23.04.00" +release = '23.04.00' nbsphinx_allow_errors = True # -- General configuration ---------------------------------------------------