summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2018-10-03 14:19:09 +0200
committerChristian Poessinger <christian@poessinger.com>2018-10-03 14:19:09 +0200
commit64aca3a683fb7b86483da2bd5853502add69ca21 (patch)
tree8583dc2b4173c1e97a80c19401eda79f7b9aef93 /docs/conf.py
parentf181f7f5621848684dd7313b4b5e2fbdca0edcdf (diff)
downloadvyos-documentation-64aca3a683fb7b86483da2bd5853502add69ca21.tar.gz
vyos-documentation-64aca3a683fb7b86483da2bd5853502add69ca21.zip
Set documentation version to 1.2.0
Diffstat (limited to 'docs/conf.py')
-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 ---------------------------------------------------