From 188985409245a592444d135e9619a486e279d94c Mon Sep 17 00:00:00 2001 From: Mher Movsisyan Date: Sat, 10 Sep 2011 22:50:49 +0500 Subject: [PATCH] Bumps version to 1.3.2 --- kombu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kombu/__init__.py b/kombu/__init__.py index fcdc3080..7c4b2671 100644 --- a/kombu/__init__.py +++ b/kombu/__init__.py @@ -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"