summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2017-07-20 19:19:30 +0300
committerOmer Katz <omer.drow@gmail.com>2017-07-20 19:21:00 +0300
commit802e77b6c3b813d17eef3695d1ae0df576eeba80 (patch)
tree4b3954885ebc346819f5ad93d422eb6d7f182f90 /docs
parent883aefe84ce5aa94aa517a3028794c96b2abd927 (diff)
downloadkombu-802e77b6c3b813d17eef3695d1ae0df576eeba80.tar.gz
Bump version: 4.0.2 → 4.1.0v4.1.0
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/includes/introduction.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f883b869..6fa69170 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.1',
- version_stable='4.0',
+ version_dev='4.2',
+ version_stable='4.1',
canonical_url='http://docs.kombu.me',
webdomain='kombu.me',
github_project='celery/kombu',
diff --git a/docs/includes/introduction.txt b/docs/includes/introduction.txt
index 319a4f03..6cd0ac85 100644
--- a/docs/includes/introduction.txt
+++ b/docs/includes/introduction.txt
@@ -1,4 +1,4 @@
-:Version: 4.0.2
+:Version: 4.1.0
:Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/