Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2022-01-14 08:11:23 +0100
committerAnton Hvornum <anton@hvornum.se>2022-01-14 08:11:23 +0100
commit0bc3e94c795fdde55ccc9b233b897498dc7b498e (patch)
tree53cee12b350623b3aec9f628379ca8f2577fce67 /docs
parent240f688ccefa7bddb56efe5bc41a457c96792e42 (diff)
Version bump in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 33aeeae8..2448ad9f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,11 +35,11 @@ def setup(app):
# -- Project information -----------------------------------------------------
project = 'python-archinstall'
-copyright = '2020, Anton Hvornum'
+copyright = '2022, Anton Hvornum'
author = 'Anton Hvornum'
# The full version, including alpha/beta/rc tags
-release = 'v2.3.0.dev0'
+release = 'v2.3.1'
# -- General configuration ---------------------------------------------------