summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-04-20 15:50:34 +0200
committerChristian Poessinger <christian@poessinger.com>2019-04-20 15:50:47 +0200
commita3ce0461a8d4384f9cbf9a042fb5168d87ff508d (patch)
treeffe5676c7c6867a13b186df95a8ce9c9234b9be2 /docs/conf.py
parentfb61325f2ae0bbebca78e025eb4376a161cafe8f (diff)
downloadvyos-documentation-a3ce0461a8d4384f9cbf9a042fb5168d87ff508d.tar.gz
vyos-documentation-a3ce0461a8d4384f9cbf9a042fb5168d87ff508d.zip
Version: set version/release to 1.3.0/current
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 e9960a8e..aa76a7d6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,10 +24,10 @@ copyright = u'2018, VyOS maintainers and contributors'
author = u'VyOS maintainers and contributors'
# The short X.Y version
-version = u'1.2.0'
+version = u'1.3.0'
# The full version, including alpha/beta/rc tags
-release = u'1.2.0-beta'
+release = u'current'
# -- General configuration ---------------------------------------------------