Merge branch 'master' of github.com:ask/kombu

This commit is contained in:
Ask Solem 2011-09-12 10:48:07 +01:00
commit 001a32a870
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python""" """AMQP Messaging Framework for Python"""
VERSION = (1, 3, 1) VERSION = (1, 3, 2)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:]) __version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem" __author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org" __contact__ = "ask@celeryproject.org"