summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 3c6844f7..a8070118 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -6,8 +6,8 @@ from sphinx_celery import conf
globals().update(conf.build_config(
'kombu', __file__,
project='Kombu',
- version_dev='4.2',
- version_stable='4.1',
+ version_dev='4.3',
+ version_stable='4.2',
canonical_url='http://docs.kombu.me',
webdomain='kombu.me',
github_project='celery/kombu',