diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-16 16:10:16 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-11-16 16:10:16 +0100 |
commit | 1cd1f7ac6f056d9dafb8fe15ebe19ad4b9020110 (patch) | |
tree | 7b1aaf951a24b26badc64c0a1ef20adaed9c3e75 /docs/conf.py | |
parent | 9e9f2755a87f61caa17b12cff669af73a5863dac (diff) | |
download | vyos-documentation-1cd1f7ac6f056d9dafb8fe15ebe19ad4b9020110.tar.gz vyos-documentation-1cd1f7ac6f056d9dafb8fe15ebe19ad4b9020110.zip |
Bump version to 1.5
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index 4807472e..3fe1c6e1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,14 +22,14 @@ from docutils.parsers.rst.roles import set_classes # -- Project information ----------------------------------------------------- project = u'VyOS' -copyright = u'2021, VyOS maintainers and contributors' +copyright = u'2023, VyOS maintainers and contributors' author = u'VyOS maintainers and contributors' # The short X.Y version -version = u'1.4' +version = u'1.5' # The full version, including alpha/beta/rc tags -release = u'1.4.x (sagitta)' +release = u'1.5.x (circinus)' # -- General configuration --------------------------------------------------- |