Patch release: 1.1.1

This commit is contained in:
Dana Powers 2016-04-25 22:52:11 -07:00
parent 5b393ac2b5
commit 874f4874a7
3 changed files with 23 additions and 1 deletions

View File

@ -1,3 +1,13 @@
# 1.1.1 (apr 26, 2016)
quick bugfixes
* fix throttle_time_ms sensor handling (zackdever pr 667)
* improve handling of disconnected sockets (easypost pr 666 / dpkp)
* disable standard metadata refresh triggers during bootstrap (dpkp)
* more predictable future callback/errback exceptions (zackdever pr 670)
* avoid some exceptions in coordinator.__del__ (dpkp pr 668)
# 1.1.0 (Apr 25, 2016)
Consumers

View File

@ -1,6 +1,18 @@
Changelog
=========
1.1.1 (Apr 26, 2016)
####################
Bugfixes
--------
* Fix throttle_time_ms sensor handling (zackdever PR 667)
* Improve handling of disconnected sockets (EasyPost PR 666 / dpkp)
* Disable standard metadata refresh triggers during bootstrap (dpkp)
* More predictable Future callback/errback exceptions (zackdever PR 670)
* Avoid some exceptions in Coordinator.__del__ (dpkp PR 668)
1.1.0 (Apr 25, 2016)
####################

View File

@ -1 +1 @@
__version__ = '1.1.1-dev'
__version__ = '1.1.1'