summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f49bb443..05a92cff 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,9 +24,10 @@ copyright = u'2018, VyOS maintainers and contributors'
author = u'VyOS maintainers and contributors'
# The short X.Y version
-version = u''
+version = u'1.2.0'
+
# The full version, including alpha/beta/rc tags
-release = u''
+release = u'1.2.0-beta'
# -- General configuration ---------------------------------------------------