Skip to content

Commit 4955582

Browse files
author
Dana Powers
committed
Release 0.9.4
1 parent a6ab3fa commit 4955582

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Copyright 2015, David Arthur under Apache License, v2.0. See `LICENSE`
3232

3333
Status
3434
----------
35-
The current stable version of this package is `0.9.3`_ and is compatible with:
35+
The current stable version of this package is `0.9.4`_ and is compatible with:
3636

3737
Kafka broker versions
3838

@@ -50,4 +50,4 @@ Python versions
5050
- pypy (tested on pypy 2.5.0 / python 2.7.8)
5151

5252
.. _Full documentation available on ReadTheDocs: http://kafka-python.readthedocs.org/en/latest/
53-
.. _0.9.3: https://github.com/mumrah/kafka-python/releases/tag/v0.9.3
53+
.. _0.9.4: https://github.com/mumrah/kafka-python/releases/tag/v0.9.4

kafka/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.9.4-dev'
1+
__version__ = '0.9.4'

0 commit comments

Comments
 (0)