mirror of https://github.com/celery/kombu.git
Merge branch 'master' of github.com:ask/kombu
This commit is contained in:
commit
001a32a870
|
@ -1,5 +1,5 @@
|
|||
"""AMQP Messaging Framework for Python"""
|
||||
VERSION = (1, 3, 1)
|
||||
VERSION = (1, 3, 2)
|
||||
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
|
||||
__author__ = "Ask Solem"
|
||||
__contact__ = "ask@celeryproject.org"
|
||||
|
|
Loading…
Reference in New Issue