Added missing rst files to reference index

This commit is contained in:
Ask Solem 2010-11-11 16:06:53 +01:00
parent bb3d96c30f
commit 97bcb2f7b0
3 changed files with 4 additions and 2 deletions

View File

@ -2,7 +2,7 @@
kombu - AMQP Messaging Framework for Python
#############################################
:Version: 0.9.4
:Version: 0.9.5
Introduction
------------

View File

@ -32,3 +32,5 @@
kombu.abstract
kombu.utils
kombu.utils.functional
kombu.utils.compat
kombu.utils.finalize

View File

@ -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"