summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-11-16 16:10:16 +0100
committerChristian Breunig <christian@breunig.cc>2023-11-16 16:10:16 +0100
commit1cd1f7ac6f056d9dafb8fe15ebe19ad4b9020110 (patch)
tree7b1aaf951a24b26badc64c0a1ef20adaed9c3e75 /docs/conf.py
parent9e9f2755a87f61caa17b12cff669af73a5863dac (diff)
downloadvyos-documentation-1cd1f7ac6f056d9dafb8fe15ebe19ad4b9020110.tar.gz
vyos-documentation-1cd1f7ac6f056d9dafb8fe15ebe19ad4b9020110.zip
Bump version to 1.5
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
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 ---------------------------------------------------