diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-27 17:35:42 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-27 17:35:42 +0100 |
commit | 8da3e3415c3817d9f68d0653b0d839610b0d8110 (patch) | |
tree | b76bc9e791279a05e0d2bdc9f4c10f7897d9a3df /docs/conf.py | |
parent | 6aa3cbb611f74bdf8e44d5527f5138f3122a7497 (diff) | |
download | vyos-documentation-8da3e3415c3817d9f68d0653b0d839610b0d8110.tar.gz vyos-documentation-8da3e3415c3817d9f68d0653b0d839610b0d8110.zip |
conf: set full version - 1.3.x (equuleus)
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index f6e81710..2bc581be 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ author = u'VyOS maintainers and contributors' version = u'1.3' # The full version, including alpha/beta/rc tags -release = u'equuleus' +release = u'1.3.x (equuleus)' # -- General configuration --------------------------------------------------- |