summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJohn Anderson <sontek@gmail.com>2015-02-10 11:34:12 -0800
committerJohn Anderson <sontek@gmail.com>2015-02-10 11:34:12 -0800
commit55f5e77421478c635a778ac98b88fb53faba6396 (patch)
treec0d6adfec7cfce6d8f608104c8937d42863e12ce /README.rst
parent2462b878539a0ff56600dfd831b76c28d911d840 (diff)
downloadkafka-python-55f5e77421478c635a778ac98b88fb53faba6396.tar.gz
Final formatting
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 51a866d..5405f92 100644
--- a/README.rst
+++ b/README.rst
@@ -4,8 +4,8 @@ Kafka Python client
:target: https://travis-ci.org/mumrah/kafka-python
:alt: Build Status
-.. image:: https://coveralls.io/r/mumrah/kafka-python?branch=master
- :target: https://coveralls.io/repos/mumrah/kafka-python/badge.svg?branch=master
+.. image:: https://coveralls.io/repos/mumrah/kafka-python/badge.svg?branch=master
+ :target: https://coveralls.io/r/mumrah/kafka-python?branch=master
:alt: Coverage Status
.. image:: https://readthedocs.org/projects/kafka-python/badge/?version=latest
@@ -35,12 +35,14 @@ Status
The current stable version of this package is `0.9.3`_ and is compatible with:
Kafka broker versions
+
- 0.8.2.0 [offset management currently ZK only -- does not support ConsumerCoordinator offset management APIs]
- 0.8.1.1
- 0.8.1
- 0.8.0
Python versions
+
- 2.6 (tested on 2.6.9)
- 2.7 (tested on 2.7.9)
- 3.3 (tested on 3.3.5)