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]
current_version = 4.0.2
current_version = 4.1.0
commit = True
tag = True
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(
'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',

View File

@ -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/