From e2f3a862be8a40d0a75daab0f857dfcf5e4da443 Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Tue, 25 Apr 2023 14:55:56 -0500 Subject: [PATCH] Fix version to v10.2 --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index f0390613d..699ab5132 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,9 +57,9 @@ copyright = u'2017, ' + author # built documents. # # The short X.Y version. -version = u'9.0' +version = u'10.2' # The full version, including alpha/beta/rc tags. -release = u'9.0.0' +release = u'10.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.