From df65ca745dbe09c5adf650f2d3647786c2b49529 Mon Sep 17 00:00:00 2001 From: Peter Hessey Date: Fri, 21 Oct 2022 13:15:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Correct=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 b9424ffad..4aefc51a0 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -31,7 +31,7 @@ author = "Microsoft" # The full version, including alpha/beta/rc tags -release = "0.4" +release = "0.7" # -- General configuration ---------------------------------------------------