summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-08-06 09:40:46 +0200
committerChristian Poessinger <christian@poessinger.com>2019-08-06 09:42:06 +0200
commit7c6604f76aebaef588181d121e16b91d9c93d41b (patch)
tree020e6bc1c759e386e5e67c52bea8ed419aebcd21 /docs/conf.py
parent653d6877c7d7a95b2d931f8a2901e09e639cbdb5 (diff)
downloadvyos-documentation-7c6604f76aebaef588181d121e16b91d9c93d41b.tar.gz
vyos-documentation-7c6604f76aebaef588181d121e16b91d9c93d41b.zip
conf: set manual version to 1.2/crux release
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index aa76a7d6..51879fbb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,14 +20,14 @@
# -- Project information -----------------------------------------------------
project = u'VyOS'
-copyright = u'2018, VyOS maintainers and contributors'
+copyright = u'2019, VyOS maintainers and contributors'
author = u'VyOS maintainers and contributors'
# The short X.Y version
-version = u'1.3.0'
+version = u'1.2'
# The full version, including alpha/beta/rc tags
-release = u'current'
+release = u'crux'
# -- General configuration ---------------------------------------------------