aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
authorjdenisco <jdenisco@cisco.com>2019-05-17 17:43:31 +0000
committerDave Wallace <dwallacelf@gmail.com>2019-05-17 20:31:10 +0000
commit3bfeff7a9812c025637ee232cca03a6f083bdbc6 (patch)
treef52c3705df51eb0206939c327c0966192600a7e6 /docs/conf.py
parent18874913fb18c8089362dc72f9a0b3a6ac918f17 (diff)
docs: Fix Versions and Titles
Change-Id: I131e33a570bff8b22c767585d03e2eb281dd7184 Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 8e8d422e519..f3332c9a2c5 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -23,9 +23,9 @@ copyright = u'2018, Linux Foundation'
author = u'John DeNisco'
# The short X.Y version
-version = u''
+version = u'19.08'
# The full version, including alpha/beta/rc tags
-release = u'1.0'
+release = u'01'
# -- General configuration ---------------------------------------------------