Skip to content

Commit

Permalink
Bumps version to 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 20, 2012
1 parent 468d80d commit c54f2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -2,7 +2,7 @@
kombu - AMQP Messaging Framework for Python
#############################################

:Version: 2.1.1
:Version: 2.1.2

Synopsis
========
Expand Down
2 changes: 1 addition & 1 deletion kombu/__init__.py
@@ -1,7 +1,7 @@
"""AMQP Messaging Framework for Python"""
from __future__ import absolute_import

VERSION = (2, 1, 1)
VERSION = (2, 1, 2)
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
__author__ = "Ask Solem"
__contact__ = "ask@celeryproject.org"
Expand Down

0 comments on commit c54f2ff

Please sign in to comment.