mirror of https://github.com/celery/kombu.git
Set version to 0.1.0
This commit is contained in:
parent
c6e033bc76
commit
54912c2a0c
|
@ -1,11 +1,13 @@
|
|||
##############################################
|
||||
#############################################
|
||||
kombu - AMQP Messaging Framework for Python
|
||||
##############################################
|
||||
#############################################
|
||||
|
||||
:Version: 0.10.5
|
||||
:Version: 0.1.0
|
||||
|
||||
**THIS IS A REWRITE OF CARROT**
|
||||
|
||||
Carrot will be discontinued in favor of Kombu.
|
||||
|
||||
Proposed API::
|
||||
|
||||
from kombu.connection BrokerConnection
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""AMQP Messaging Framework for Python"""
|
||||
VERSION = (0, 10, 5)
|
||||
VERSION = (0, 1, 0)
|
||||
__version__ = ".".join(map(str, VERSION))
|
||||
__author__ = "Ask Solem"
|
||||
__contact__ = "askh@opera.com"
|
||||
|
|
Loading…
Reference in New Issue