summaryrefslogtreecommitdiff
path: root/kombu/__init__.py
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-06-29 12:04:46 +0100
committerAsk Solem <ask@celeryproject.org>2011-06-29 12:04:46 +0100
commit9f00ccdcc801c8b81ee1390552e975d6cc56ab83 (patch)
tree67c83affe1506d8579b1e74e5e52973fbc435256 /kombu/__init__.py
parentdbae048da59db09e13fcee93642c45741d8bda83 (diff)
downloadkombu-9f00ccdcc801c8b81ee1390552e975d6cc56ab83.tar.gz
Bumps version to 1.2.0 and updates Changelog
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 9299aa2d..6be48117 100644
--- a/kombu/__init__.py
+++ b/kombu/__init__.py
@@ -1,5 +1,5 @@
"""AMQP Messaging Framework for Python"""
-VERSION = (1, 1, 6)
+VERSION = (1, 2, 0)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"