Bumps version to 3.0.11

This commit is contained in:
Ask Solem 2014-02-03 16:54:20 +00:00
parent 762adb61bd
commit 875375269d
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@
3.0.11
======
:release-date: 2014-02-03 XX:XX X.X UTC
:release-date: 2014-02-03 05:00 P.M UTC
:release-by: Ask Solem
- Now depends on :mod:`amqp` 1.4.2.

View File

@ -4,7 +4,7 @@
kombu - Messaging library for Python
========================================
:Version: 3.0.10
:Version: 3.0.11
`Kombu` is a messaging library for Python.

View File

@ -7,7 +7,7 @@ version_info_t = namedtuple(
'version_info_t', ('major', 'minor', 'micro', 'releaselevel', 'serial'),
)
VERSION = version_info_t(3, 0, 10, '', '')
VERSION = version_info_t(3, 0, 11, '', '')
__version__ = '{0.major}.{0.minor}.{0.micro}{0.releaselevel}'.format(VERSION)
__author__ = 'Ask Solem'
__contact__ = 'ask@celeryproject.org'