summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@rd.io>2015-06-11 23:27:48 -0700
committerDana Powers <dana.powers@rd.io>2015-06-12 01:14:09 -0700
commit4955582be1443b75c23f700268b7abbef0fde0ad (patch)
tree2a357dd0e957d63220a68d783525b2c84b5463ca
parenta6ab3fa4827a8479a2a8192a307ebd9038138569 (diff)
downloadkafka-python-4955582be1443b75c23f700268b7abbef0fde0ad.tar.gz
Release 0.9.4v0.9.4
-rw-r--r--README.rst4
-rw-r--r--kafka/version.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 866c570..e957ee3 100644
--- a/README.rst
+++ b/README.rst
@@ -32,7 +32,7 @@ Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE`
Status
----------
-The current stable version of this package is `0.9.3`_ and is compatible with:
+The current stable version of this package is `0.9.4`_ and is compatible with:
Kafka broker versions
@@ -50,4 +50,4 @@ Python versions
- pypy (tested on pypy 2.5.0 / python 2.7.8)
.. _Full documentation available on ReadTheDocs: http://kafka-python.readthedocs.org/en/latest/
-.. _0.9.3: https://github.com/mumrah/kafka-python/releases/tag/v0.9.3
+.. _0.9.4: https://github.com/mumrah/kafka-python/releases/tag/v0.9.4
diff --git a/kafka/version.py b/kafka/version.py
index 5b721ed..4033697 100644
--- a/kafka/version.py
+++ b/kafka/version.py
@@ -1 +1 @@
-__version__ = '0.9.4-dev'
+__version__ = '0.9.4'