File tree 3 files changed +23
-1
lines changed
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
+
1
11
# 1.1.0 (Apr 25, 2016)
2
12
3
13
Consumers
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
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
+
4
16
1.1.0 (Apr 25, 2016)
5
17
####################
6
18
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