From 55f5e77421478c635a778ac98b88fb53faba6396 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Tue, 10 Feb 2015 11:34:12 -0800 Subject: [PATCH] Final formatting --- README.rst | 6 ++++-- 1 file 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)