summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'