Update version and copyright year.

This commit is contained in:
Omer Katz 2019-02-06 18:12:08 +02:00
parent 6d5bfaee2b
commit b8a3fcac06
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@ from sphinx_celery import conf
globals().update(conf.build_config(
'kombu', __file__,
project='Kombu',
version_dev='4.3',
version_stable='4.2',
version_dev='4.4',
version_stable='4.3',
canonical_url='https://kombu.readthedocs.io/',
webdomain='kombu.readthedocs.io',
github_project='celery/kombu',
author='Ask Solem & contributors',
author_name='Ask Solem',
copyright='2009-2016',
copyright='2009-2019',
publisher='Celery Project',
html_logo='images/kombusmall.jpg',
html_favicon='images/favicon.ico',