summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-08-06 09:41:49 +0200
committerChristian Poessinger <christian@poessinger.com>2019-11-07 21:54:43 +0100
commit640b539fa5032abe69dad2712ac03750b78130f3 (patch)
tree7bc55324e71406164a1a6e11b0b4e707a6c8e714 /docs/conf.py
parent1f762c76bc521532139c2def678226bc1ed03d1d (diff)
downloadvyos-documentation-640b539fa5032abe69dad2712ac03750b78130f3.tar.gz
vyos-documentation-640b539fa5032abe69dad2712ac03750b78130f3.zip
conf: set manual version to 1.3/equuleus release
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 51879fbb..b8c54130 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,10 +24,10 @@ copyright = u'2019, VyOS maintainers and contributors'
author = u'VyOS maintainers and contributors'
# The short X.Y version
-version = u'1.2'
+version = u'1.3'
# The full version, including alpha/beta/rc tags
-release = u'crux'
+release = u'equuleus'
# -- General configuration ---------------------------------------------------