From e5e24b9bf156aa56f8b7443900edcb169e47b285 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Wed, 1 Aug 2012 16:07:25 +0100 Subject: Bumps version to 2.3.1 --- kombu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kombu/__init__.py') diff --git a/kombu/__init__.py b/kombu/__init__.py index 6ec62687..231e7a16 100644 --- a/kombu/__init__.py +++ b/kombu/__init__.py @@ -1,7 +1,7 @@ """Messaging Framework for Python""" from __future__ import absolute_import -VERSION = (2, 3, 0) +VERSION = (2, 3, 1) __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:]) __author__ = 'Ask Solem' __contact__ = 'ask@celeryproject.org' -- cgit v1.2.1