Update stable version in docs configuration.

This commit is contained in:
Omer Katz 2019-03-31 18:18:00 +03:00
parent 5309fa28e1
commit a23af6a51e
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ 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.4', version_dev='4.6',
version_stable='4.3', version_stable='4.5',
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',