Skip to content

Commit 22a4a8a

Browse files
committed
Bump version to 1.4.4.post1
1 parent 7e28cb4 commit 22a4a8a

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Only run tests for KAFKA_VERSION 1.1.0 (faster builds)
55
* Use internal pypi when available
66
* Remove py26 support (faster builds)
7-
* Use requirements-dev.txt instead of pinning requirements in tox.ini
7+
* Use requirements-dev.txt instead of pinning requirements in tox.ini
88

99
# 1.4.4 (Nov 20, 2018)
1010

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
Changelog
22
=========
3+
1.4.4.post1 (Jan 10, 2019)
4+
##########################
5+
* Added proc.communicate() patch that got merged upstream to ensure tests don't deadlock
6+
* Only run tests for KAFKA_VERSION 1.1.0 (faster builds)
7+
* Use internal pypi when available
8+
* Remove py26 support (faster builds)
9+
* Use requirements-dev.txt instead of pinning requirements in tox.ini
10+
311
1.4.3.post5 (Sep 10, 2018)
412
##########################
513
* Remove tests for kafka version 0.11.0.2

kafka/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.4.4'
1+
__version__ = '1.4.4.post1'

0 commit comments

Comments
 (0)