diff options
author | rebortg <github@ghlr.de> | 2020-12-08 19:34:39 +0100 |
---|---|---|
committer | rebortg <github@ghlr.de> | 2020-12-08 19:34:39 +0100 |
commit | fb9d298eb2fff6d77f3b50ec3a3639c32b5d4cbc (patch) | |
tree | 5a5f25e098ee6ab41e734a90937a1e43830e9fb5 /docs | |
parent | f6f4facc250df64a5b3b2d14d5088e9b9922c133 (diff) | |
download | vyos-documentation-fb9d298eb2fff6d77f3b50ec3a3639c32b5d4cbc.tar.gz vyos-documentation-fb9d298eb2fff6d77f3b50ec3a3639c32b5d4cbc.zip |
fix version name
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4bb2da3c..4260621a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,10 +26,10 @@ copyright = u'2020, VyOS maintainers and contributors' author = u'VyOS maintainers and contributors' # The short X.Y version -version = u'1.4' +version = u'1.3' # The full version, including alpha/beta/rc tags -release = u'1.4.x (sagitta)' +release = u'1.3.x (equuleus)' # -- General configuration --------------------------------------------------- |