comparison docs/conf.py @ 593:f454889e41fa

Adjust copyright year (the end) to 2022
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 09 Jan 2022 21:04:11 +0100
parents 5427ca342c1e
children 77d4a3e7c9e2
comparison
equal deleted inserted replaced
592:eae394e86e22 593:f454889e41fa
22 22
23 23
24 # -- Project information ----------------------------------------------------- 24 # -- Project information -----------------------------------------------------
25 25
26 project = 'ConfigMix' 26 project = 'ConfigMix'
27 copyright = u('2015–2021, Franz Glasner. All rights reserved') 27 copyright = u('2015–2022, Franz Glasner. All rights reserved')
28 author = 'Franz Glasner' 28 author = 'Franz Glasner'
29 29
30 # The short X.Y version 30 # The short X.Y version
31 version = '.'.join(configmix.__version__.split('.')[:2]) 31 version = '.'.join(configmix.__version__.split('.')[:2])
32 # The full version, including alpha/beta/rc tags 32 # The full version, including alpha/beta/rc tags