Skip to content

Commit 874f487

Browse files
committed
Patch release: 1.1.1
1 parent 5b393ac commit 874f487

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.1.1 (apr 26, 2016)
2+
3+
quick bugfixes
4+
* fix throttle_time_ms sensor handling (zackdever pr 667)
5+
* improve handling of disconnected sockets (easypost pr 666 / dpkp)
6+
* disable standard metadata refresh triggers during bootstrap (dpkp)
7+
* more predictable future callback/errback exceptions (zackdever pr 670)
8+
* avoid some exceptions in coordinator.__del__ (dpkp pr 668)
9+
10+
111
# 1.1.0 (Apr 25, 2016)
212

313
Consumers

docs/changelog.rst

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

4+
1.1.1 (Apr 26, 2016)
5+
####################
6+
7+
Bugfixes
8+
--------
9+
* Fix throttle_time_ms sensor handling (zackdever PR 667)
10+
* Improve handling of disconnected sockets (EasyPost PR 666 / dpkp)
11+
* Disable standard metadata refresh triggers during bootstrap (dpkp)
12+
* More predictable Future callback/errback exceptions (zackdever PR 670)
13+
* Avoid some exceptions in Coordinator.__del__ (dpkp PR 668)
14+
15+
416
1.1.0 (Apr 25, 2016)
517
####################
618

kafka/version.py

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

0 commit comments

Comments
 (0)