Update compatibility for 0.10 kafka release

This commit is contained in:
Dana Powers 2016-05-24 13:18:30 -07:00
parent a673b1fc75
commit 21fe199c7b
4 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
Kafka Python client
------------------------
.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
.. 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
:target: https://kafka-python.readthedocs.org/compatibility.html
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
:target: https://pypi.python.org/pypi/kafka-python

View File

@ -1,12 +1,12 @@
Compatibility
-------------
.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
.. 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
:target: https://kafka-python.readthedocs.org/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 0.9.0.1
kafka-python is compatible with (and tested against) broker versions 0.10
through 0.8.0 . kafka-python is not compatible with the 0.8.2-beta release.
kafka-python is tested on python 2.6, 2.7, 3.3, 3.4, 3.5, and pypy.

View File

@ -1,7 +1,7 @@
kafka-python
############
.. image:: https://img.shields.io/badge/kafka-0.9%2C%200.8.2%2C%200.8.1%2C%200.8-brightgreen.svg
.. 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
:target: https://kafka-python.readthedocs.org/compatibility.html
.. image:: https://img.shields.io/pypi/pyversions/kafka-python.svg
:target: https://pypi.python.org/pypi/kafka-python

View File

@ -49,7 +49,7 @@ Integration tests
.. code:: bash
KAFKA_VERSION=0.9.0.1 tox -e py27
KAFKA_VERSION=0.10.0.0 tox -e py27
KAFKA_VERSION=0.8.2.2 tox -e py35
@ -60,7 +60,7 @@ kafka server binaries:
./build_integration.sh
By default, this will install 0.8.1.1, 0.8.2.2, and 0.9.0.1 brokers into the
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
servers/ directory. To install a specific version, set `KAFKA_VERSION=1.2.3`:
.. code:: bash