From 6743ae406ce12820410f1aed0e2a995c180a1878 Mon Sep 17 00:00:00 2001 From: Sinisa Veseli <sveseli@aps.anl.gov> Date: Mon, 20 May 2019 21:10:09 +0000 Subject: [PATCH] fix versions --- sphinx/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/source/conf.py b/sphinx/source/conf.py index b66d1254..508e0345 100644 --- a/sphinx/source/conf.py +++ b/sphinx/source/conf.py @@ -57,9 +57,9 @@ author = u'APS/SDM' # built documents. # # The short X.Y version. -version = "2.3.0" +version = "2.4.0" # The full version, including alpha/beta/rc tags. -release = "2.3.0" +release = "2.4.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. -- GitLab