summaryrefslogtreecommitdiff
path: root/kombu/__init__.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2012-08-01 16:07:25 +0100
committerAsk Solem <ask@celeryproject.org>2012-08-01 16:07:25 +0100
commite5e24b9bf156aa56f8b7443900edcb169e47b285 (patch)
treee73a10c9570f04f1f1d89b956f4f8fc0d2f573a7 /kombu/__init__.py
parent229c9a832e4d88c341d95930fc774ac61ed28d85 (diff)
downloadkombu-e5e24b9bf156aa56f8b7443900edcb169e47b285.tar.gz
Bumps version to 2.3.1v2.3.1
Diffstat (limited to 'kombu/__init__.py')
-rw-r--r--kombu/__init__.py2
1 files changed, 1 insertions, 1 deletions
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'