From e8b77d27fd46062a66e20d9606f94790627f8c5c Mon Sep 17 00:00:00 2001 From: Joshua Steer <joshua.steer@soton.ac.uk> Date: Wed, 30 Jan 2019 15:45:37 +0000 Subject: [PATCH] Update conf.py --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 681ec11..2fc64bb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = 'Oliver Stocks' # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.3' +release = '0.1' on_rtd = os.environ.get('READTHEDOCS') == 'True' -- GitLab