File tree Expand file tree Collapse file tree 3 files changed +23
-1
lines changed
Expand file tree Collapse file tree 3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 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
313Consumers
Original file line number Diff line number Diff line change 11Changelog
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+
4161.1.0 (Apr 25, 2016)
517####################
618
Original file line number Diff line number Diff line change 1- __version__ = '1.1.1-dev '
1+ __version__ = '1.1.1'
You can’t perform that action at this time.
0 commit comments