Skip to content

Commit 00dd2c7

Browse files
authored
Patch Release 1.4.1 (dpkp#1376)
1 parent 990e928 commit 00dd2c7

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.4.1 (Feb 9, 2018)
2+
3+
Bugfixes
4+
* Fix consumer poll stuck error when no available partition (ckyoog #1375)
5+
* Increase some integration test timeouts (dpkp #1374)
6+
* Use raw in case string overriden (jeffwidman #1373)
7+
* Fix pending completion IndexError bug caused by multiple threads (dpkp #1372)
8+
9+
110
# 1.4.0 (Feb 6, 2018)
211

312
This is a substantial release. Although there are no known 'showstopper' bugs as of release,

docs/changelog.rst

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
Changelog
22
=========
33

4+
1.4.1 (Feb 9, 2018)
5+
###################
6+
7+
Bugfixes
8+
--------
9+
* Fix consumer poll stuck error when no available partition (ckyoog #1375)
10+
* Increase some integration test timeouts (dpkp #1374)
11+
* Use raw in case string overriden (jeffwidman #1373)
12+
* Fix pending completion IndexError bug caused by multiple threads (dpkp #1372)
13+
14+
415
1.4.0 (Feb 6, 2018)
516
###################
617

kafka/version.py

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

0 commit comments

Comments
 (0)