Commit cf631a7 1 parent d86146d commit cf631a7 Copy full SHA for cf631a7
File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.9.2
2
+
3
+ Fixes in this release:
4
+
5
+ https://github.com/jcgregorio/httplib2/pull/313
6
+
7
+ Fix incorrect ResponseNotReady exceptions, retry on transient errors.
8
+
1
9
0.9.1
2
10
3
11
Fixes in this release:
Original file line number Diff line number Diff line change 22
22
"Sam Ruby" ,
23
23
"Louis Nyffenegger" ]
24
24
__license__ = "MIT"
25
- __version__ = "0.9.1 "
25
+ __version__ = "0.9.2 "
26
26
27
27
import re
28
28
import sys
Original file line number Diff line number Diff line change 24
24
"Louis Nyffenegger" ,
25
25
"Mark Pilgrim" ]
26
26
__license__ = "MIT"
27
- __version__ = "0.9.1 "
27
+ __version__ = "0.9.2 "
28
28
29
29
import re
30
30
import sys
Original file line number Diff line number Diff line change 5
5
import sys
6
6
7
7
pkgdir = {'' : 'python%s' % sys .version_info [0 ]}
8
- VERSION = '0.9.1 '
8
+ VERSION = '0.9.2 '
9
9
10
10
setup (name = 'httplib2' ,
11
11
version = VERSION ,
You can’t perform that action at this time.
0 commit comments