summaryrefslogtreecommitdiff
path: root/kombu
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-09-07 13:38:55 +0100
committerAsk Solem <ask@celeryproject.org>2011-09-07 13:38:55 +0100
commite6b35386ea9fe956616df28d775b8c36132aa723 (patch)
treec4ac86cd508bdb6da0197e8453a5df3fd01a7494 /kombu
parentc60f02c9946b0e795fa751fe338693c23ac6ec17 (diff)
downloadkombu-e6b35386ea9fe956616df28d775b8c36132aa723.tar.gz
Bumps version to 1.3.1
Diffstat (limited to 'kombu')
-rw-r--r--kombu/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/__init__.py b/kombu/__init__.py
index 82231199..fcdc3080 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
-VERSION = (1, 3, 0)
+VERSION = (1, 3, 1)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"