mirror of https://github.com/celery/kombu.git
Update version and copyright year.
This commit is contained in:
parent
6d5bfaee2b
commit
b8a3fcac06
|
@ -6,14 +6,14 @@ from sphinx_celery import conf
|
||||||
globals().update(conf.build_config(
|
globals().update(conf.build_config(
|
||||||
'kombu', __file__,
|
'kombu', __file__,
|
||||||
project='Kombu',
|
project='Kombu',
|
||||||
version_dev='4.3',
|
version_dev='4.4',
|
||||||
version_stable='4.2',
|
version_stable='4.3',
|
||||||
canonical_url='https://kombu.readthedocs.io/',
|
canonical_url='https://kombu.readthedocs.io/',
|
||||||
webdomain='kombu.readthedocs.io',
|
webdomain='kombu.readthedocs.io',
|
||||||
github_project='celery/kombu',
|
github_project='celery/kombu',
|
||||||
author='Ask Solem & contributors',
|
author='Ask Solem & contributors',
|
||||||
author_name='Ask Solem',
|
author_name='Ask Solem',
|
||||||
copyright='2009-2016',
|
copyright='2009-2019',
|
||||||
publisher='Celery Project',
|
publisher='Celery Project',
|
||||||
html_logo='images/kombusmall.jpg',
|
html_logo='images/kombusmall.jpg',
|
||||||
html_favicon='images/favicon.ico',
|
html_favicon='images/favicon.ico',
|
||||||
|
|
Loading…
Reference in New Issue