comparison doc/conf.py @ 156:e2e8d21b4122

Adjust copyright to year 2019
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 21 Feb 2019 22:16:05 +0100
parents 28164259aa83
children f7114e4f3938
comparison
equal deleted inserted replaced
155:c73e65f43050 156:e2e8d21b4122
21 21
22 22
23 # -- Project information ----------------------------------------------------- 23 # -- Project information -----------------------------------------------------
24 24
25 project = 'ConfigMix' 25 project = 'ConfigMix'
26 copyright = u('2015–2018, Franz Glasner. All rights reserved') 26 copyright = u('2015–2019, Franz Glasner. All rights reserved')
27 author = 'Franz Glasner' 27 author = 'Franz Glasner'
28 28
29 # The short X.Y version 29 # The short X.Y version
30 version = '.'.join(configmix.__version__.split('.')[:2]) 30 version = '.'.join(configmix.__version__.split('.')[:2])
31 # The full version, including alpha/beta/rc tags 31 # The full version, including alpha/beta/rc tags