Skip to content

Commit 21fe199

Browse files
committed
Update compatibility for 0.10 kafka release
1 parent a673b1f commit 21fe199

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Kafka Python client
22
------------------------
33

4-
.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
4+
.. image:: https://img.shields.io/badge/kafka-0.10%2C%200.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
55
:target: https://kafka-python.readthedocs.org/compatibility.html
66
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
77
:target: https://pypi.python.org/pypi/kafka-python

docs/compatibility.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Compatibility
22
-------------
33

4-
.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
4+
.. image:: https://img.shields.io/badge/kafka-0.10%2C%200.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
55
:target: https://kafka-python.readthedocs.org/compatibility.html
66
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
77
:target: https://pypi.python.org/pypi/kafka-python
88

9-
kafka-python is compatible with (and tested against) broker versions 0.9.0.1
9+
kafka-python is compatible with (and tested against) broker versions 0.10
1010
through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release.
1111

1212
kafka-python is tested on python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy.

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
kafka-python
22
############
33

4-
.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
4+
.. image:: https://img.shields.io/badge/kafka-0.10%2C%200.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
55
:target: https://kafka-python.readthedocs.org/compatibility.html
66
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
77
:target: https://pypi.python.org/pypi/kafka-python

docs/tests.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Integration tests
4949

5050
.. code:: bash
5151
52-
KAFKA_VERSION=0.9.0.1 tox -e py27
52+
KAFKA_VERSION=0.10.0.0 tox -e py27
5353
KAFKA_VERSION=0.8.2.2 tox -e py35
5454
5555
@@ -60,7 +60,7 @@ kafka server binaries:
6060
6161
./build_integration.sh
6262
63-
By default, this will install 0.8.1.1, 0.8.2.2, and 0.9.0.1 brokers into the
63+
By default, this will install 0.8.1.1, 0.8.2.2, 0.9.0.1, and 0.10.0.0 brokers into the
6464
servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`:
6565

6666
.. code:: bash

0 commit comments

Comments
 (0)