summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-10-23 12:02:58 -0700
committerDana Powers <dana.powers@gmail.com>2017-01-21 18:12:34 -0800
commit17f409e9d188833aab0b4291fbf77b724ae5ed1e (patch)
tree214013859f62da75ffc83005d9f5641155f10503
parent3c222085f55059c3e53e6f10bbb76f942396f9ef (diff)
downloadkafka-python-17f409e9d188833aab0b4291fbf77b724ae5ed1e.tar.gz
Update docs
-rw-r--r--docs/tests.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tests.rst b/docs/tests.rst
index 983790d..87bc569 100644
--- a/docs/tests.rst
+++ b/docs/tests.rst
@@ -49,7 +49,7 @@ Integration tests
.. code:: bash
- KAFKA_VERSION=0.10.0.1 tox -e py27
+ KAFKA_VERSION=0.10.1.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, 0.9.0.1, and 0.10.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.1.0 brokers into the
servers/ directory. To install a specific version, set `KAFKA_VERSION=0.9.0.0`:
.. code:: bash