mirror of https://github.com/celery/kombu.git
Bumped version to 1.0.0b3
This commit is contained in:
parent
eed34140ae
commit
a134ae0ff3
|
@ -2,7 +2,7 @@
|
||||||
kombu - AMQP Messaging Framework for Python
|
kombu - AMQP Messaging Framework for Python
|
||||||
#############################################
|
#############################################
|
||||||
|
|
||||||
:Version: 1.0.0b2
|
:Version: 1.0.0b3
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
========
|
========
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
"""AMQP Messaging Framework for Python"""
|
"""AMQP Messaging Framework for Python"""
|
||||||
VERSION = (1, 0, 0, "b2")
|
VERSION = (1, 0, 0, "b3")
|
||||||
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
|
__version__ = ".".join(map(str, VERSION[0:3])) + "".join(VERSION[3:])
|
||||||
__author__ = "Ask Solem"
|
__author__ = "Ask Solem"
|
||||||
__contact__ = "ask@celeryproject.org"
|
__contact__ = "ask@celeryproject.org"
|
||||||
|
|
Loading…
Reference in New Issue