summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2018-02-09 00:46:35 -0800
committerGitHub <noreply@github.com>2018-02-09 00:46:35 -0800
commit00dd2c7409b1dbb71d2a2898c86b2d0c8f6905c4 (patch)
tree545f59b0bc199756d213184f7d57ea26ac2f072b
parent990e9285342dd921ddba472868dbd852a7b69689 (diff)
downloadkafka-python-1.4.1.tar.gz
Patch Release 1.4.1 (#1376)1.4.1
-rw-r--r--CHANGES.md9
-rw-r--r--docs/changelog.rst11
-rw-r--r--kafka/version.py2
3 files changed, 21 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index 2922023..1548934 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,12 @@
+# 1.4.1 (Feb 9, 2018)
+
+Bugfixes
+* Fix consumer poll stuck error when no available partition (ckyoog #1375)
+* Increase some integration test timeouts (dpkp #1374)
+* Use raw in case string overriden (jeffwidman #1373)
+* Fix pending completion IndexError bug caused by multiple threads (dpkp #1372)
+
+
# 1.4.0 (Feb 6, 2018)
This is a substantial release. Although there are no known 'showstopper' bugs as of release,
diff --git a/docs/changelog.rst b/docs/changelog.rst
index 51f5533..237540b 100644
--- a/docs/changelog.rst
+++ b/docs/changelog.rst
@@ -1,6 +1,17 @@
Changelog
=========
+1.4.1 (Feb 9, 2018)
+###################
+
+Bugfixes
+--------
+* Fix consumer poll stuck error when no available partition (ckyoog #1375)
+* Increase some integration test timeouts (dpkp #1374)
+* Use raw in case string overriden (jeffwidman #1373)
+* Fix pending completion IndexError bug caused by multiple threads (dpkp #1372)
+
+
1.4.0 (Feb 6, 2018)
###################
diff --git a/kafka/version.py b/kafka/version.py
index 535ed24..8e3c933 100644
--- a/kafka/version.py
+++ b/kafka/version.py
@@ -1 +1 @@
-__version__ = '1.4.1.dev'
+__version__ = '1.4.1'