mirror of https://github.com/celery/kombu.git
update version tag to 4.2.0
This commit is contained in:
parent
39e733c143
commit
e387a16368
|
@ -10,7 +10,7 @@ if sys.version_info < (2, 7): # pragma: no cover
|
||||||
|
|
||||||
from collections import namedtuple # noqa
|
from collections import namedtuple # noqa
|
||||||
|
|
||||||
__version__ = '4.1.0'
|
__version__ = '4.2.0'
|
||||||
__author__ = 'Ask Solem'
|
__author__ = 'Ask Solem'
|
||||||
__contact__ = 'ask@celeryproject.org'
|
__contact__ = 'ask@celeryproject.org'
|
||||||
__homepage__ = 'https://kombu.readthedocs.io'
|
__homepage__ = 'https://kombu.readthedocs.io'
|
||||||
|
|
Loading…
Reference in New Issue