mirror of https://github.com/celery/kombu.git
Added missing rst files to reference index
This commit is contained in:
parent
bb3d96c30f
commit
97bcb2f7b0
|
@ -2,7 +2,7 @@
|
|||
kombu - AMQP Messaging Framework for Python
|
||||
#############################################
|
||||
|
||||
:Version: 0.9.4
|
||||
:Version: 0.9.5
|
||||
|
||||
Introduction
|
||||
------------
|
||||
|
|
|
@ -32,3 +32,5 @@
|
|||
kombu.abstract
|
||||
kombu.utils
|
||||
kombu.utils.functional
|
||||
kombu.utils.compat
|
||||
kombu.utils.finalize
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""AMQP Messaging Framework for Python"""
|
||||
VERSION = (0, 9, 4)
|
||||
VERSION = (0, 9, 5)
|
||||
__version__ = ".".join(map(str, VERSION))
|
||||
__author__ = "Ask Solem"
|
||||
__contact__ = "ask@celeryproject.org"
|
||||
|
|
Loading…
Reference in New Issue