From 3b3e7de994a5b72b847f11aaa60c96143761b00d Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Tue, 6 Aug 2019 16:18:44 +0200
Subject: [PATCH] Fixed typo in the main RTD python configuration script.

---
 doc/RTD/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/RTD/source/conf.py b/doc/RTD/source/conf.py
index 8cda2a011e..30780800e7 100644
--- a/doc/RTD/source/conf.py
+++ b/doc/RTD/source/conf.py
@@ -25,7 +25,7 @@ author = 'SWIFT Team'
 # The short X.Y version
 version = '0.8'
 # The full version, including alpha/beta/rc tags
-release = '0.8.4
+release = '0.8.4'
 
 
 # -- General configuration ---------------------------------------------------
-- 
GitLab