From 267de24278cbe1e44046126164070223500499cf Mon Sep 17 00:00:00 2001 From: Gregory Lemieux Date: Tue, 18 Jul 2023 09:33:56 -0700 Subject: [PATCH] Update release version in python configuration --- 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 f814b90..e6f04b4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = u'' # The full version, including alpha/beta/rc tags -release = u'd2.0.1' +release = u'd5.0.0' # -- General configuration ---------------------------------------------------