update version tag to 4.2.0

This commit is contained in:
Asif Saifuddin Auvi 2018-02-06 16:24:01 +06:00 committed by GitHub
parent 39e733c143
commit e387a16368
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ if sys.version_info < (2, 7): # pragma: no cover
from collections import namedtuple # noqa
__version__ = '4.1.0'
__version__ = '4.2.0'
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'
__homepage__ = 'https://kombu.readthedocs.io'