comparison docs/conf.py @ 237:13711ba8e81e

Adjust copyright year to 2020
author Franz Glasner <fzglas.hg@dom66.de>
date Wed, 13 May 2020 09:33:34 +0200
parents ab3d0326419c
children cff23c821665
comparison
equal deleted inserted replaced
236:c97ca53a73e1 237:13711ba8e81e
22 22
23 23
24 # -- Project information ----------------------------------------------------- 24 # -- Project information -----------------------------------------------------
25 25
26 project = 'ConfigMix' 26 project = 'ConfigMix'
27 copyright = u('2015–2019, Franz Glasner. All rights reserved') 27 copyright = u('2015–2020, 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