From 4650559a23da388cb7a15c2db5123dc421fbbc15 Mon Sep 17 00:00:00 2001 From: Hugh Sorby Date: Fri, 17 Apr 2020 23:47:42 +1200 Subject: [PATCH] Set as official build. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index ad5b8953..47d64ce0 100644 --- a/src/conf.py +++ b/src/conf.py @@ -18,7 +18,7 @@ date_today = datetime.datetime.today() -unofficial = True +unofficial = False if unofficial: tags.add('unofficial')