summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2018-02-06 15:07:57 -0800
committerDana Powers <dana.powers@gmail.com>2018-02-07 12:02:40 -0800
commit0c2523c4a51248b35f6a1afb1ede890424cd9e5d (patch)
tree1f814b6195802e3094261212df6245917cdefb8e /docs/index.rst
parentacc3a0f939644b6c7e48a7ea6c96452f5ae8f7fd (diff)
downloadkafka-python-1.4.0.tar.gz
Release 1.4.01.4.0
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index f84992a..51c39f5 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,7 +1,7 @@
kafka-python
############
-.. image:: https://img.shields.io/badge/kafka-0.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
+.. image:: https://img.shields.io/badge/kafka-1.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
:target: https://kafka-python.readthedocs.io/compatibility.html
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
:target: https://pypi.python.org/pypi/kafka-python
@@ -136,7 +136,7 @@ for interacting with kafka brokers via the python repl. This is useful for
testing, probing, and general experimentation. The protocol support is
leveraged to enable a :meth:`~kafka.KafkaClient.check_version()`
method that probes a kafka broker and
-attempts to identify which version it is running (0.8.0 to 0.11).
+attempts to identify which version it is running (0.8.0 to 1.0).
Low-level