From d6881e0992b083ab93ca210c2f3c2d2d154c206c Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Thu, 29 Nov 2018 10:34:48 +0100
Subject: [PATCH] Updated the SWIFT version number in the RTD as well.

---
 doc/RTD/source/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/RTD/source/conf.py b/doc/RTD/source/conf.py
index 031687ea52..46cff147ef 100644
--- a/doc/RTD/source/conf.py
+++ b/doc/RTD/source/conf.py
@@ -23,9 +23,9 @@ copyright = '2018, SWIFT Collaboration'
 author = 'SWIFT Team'
 
 # The short X.Y version
-version = '0.7'
+version = '0.8'
 # The full version, including alpha/beta/rc tags
-release = '0.7.0'
+release = '0.8.0'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab