summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVanessa Vuibert <vanessa.vuibert@shopify.com>2019-12-29 19:09:14 -0500
committerDana Powers <dana.powers@gmail.com>2019-12-29 16:09:14 -0800
commit1bb6b72c7b2d296418a4a5cf9312d150ff6fb062 (patch)
tree11c4c2f958b0115d069b8c6528875f7831da5bbd /docs
parent46882a8aaf02ed026e5126f28293abc8fdd9b023 (diff)
downloadkafka-python-1bb6b72c7b2d296418a4a5cf9312d150ff6fb062.tar.gz
kafka 2.4.0 (#1972)
Diffstat (limited to 'docs')
-rw-r--r--docs/compatibility.rst4
-rw-r--r--docs/index.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/compatibility.rst b/docs/compatibility.rst
index 9ab877f..93be6fd 100644
--- a/docs/compatibility.rst
+++ b/docs/compatibility.rst
@@ -1,12 +1,12 @@
Compatibility
-------------
-.. image:: https://img.shields.io/badge/kafka-2.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
+.. image:: https://img.shields.io/badge/kafka-2.4%2C%202.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.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
-kafka-python is compatible with (and tested against) broker versions 2.3
+kafka-python is compatible with (and tested against) broker versions 2.4
through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release.
Because the kafka server protocol is backwards compatible, kafka-python is
diff --git a/docs/index.rst b/docs/index.rst
index 2322471..fa6f93c 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -1,7 +1,7 @@
kafka-python
############
-.. image:: https://img.shields.io/badge/kafka-2.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.0%2C%200.11%2C%200.10%2C%200.9%2C%200.8-brightgreen.svg
+.. image:: https://img.shields.io/badge/kafka-2.4%2C%202.3%2C%202.2%2C%202.1%2C%202.0%2C%201.1%2C%201.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 2.3+).
+attempts to identify which version it is running (0.8.0 to 2.4+).
.. toctree::