Bump version: 4.0.2 → 4.1.0

This commit is contained in:
Omer Katz 2017-07-20 19:19:30 +03:00
parent 883aefe84c
commit 802e77b6c3
No known key found for this signature in database
GPG Key ID: 12A53B890119D176
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 4.0.2 current_version = 4.1.0
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?P<releaselevel>[a-z]+)?

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.1', version_dev='4.2',
version_stable='4.0', version_stable='4.1',
canonical_url='http://docs.kombu.me', canonical_url='http://docs.kombu.me',
webdomain='kombu.me', webdomain='kombu.me',
github_project='celery/kombu', github_project='celery/kombu',

View File

@ -1,4 +1,4 @@
:Version: 4.0.2 :Version: 4.1.0
:Web: http://kombu.me/ :Web: http://kombu.me/
:Download: http://pypi.python.org/pypi/kombu/ :Download: http://pypi.python.org/pypi/kombu/
:Source: https://github.com/celery/kombu/ :Source: https://github.com/celery/kombu/