File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 59
59
# built documents.
60
60
#
61
61
# The short X.Y version.
62
- version = '3.23 '
62
+ version = '3.24 '
63
63
# The full version, including alpha/beta/rc tags.
64
- release = '3.23 '
64
+ release = '3.24 '
65
65
66
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
67
# for a list of supported languages.
Original file line number Diff line number Diff line change 3
3
]
4
4
5
5
# TODO(kelkabany): We need to auto populate this as done in the v1 SDK.
6
- __version__ = '3.23 '
6
+ __version__ = '3.24 '
7
7
8
8
import json
9
9
import logging
@@ -165,7 +165,7 @@ def request(self,
165
165
obj = decoded_obj_result
166
166
elif isinstance (res , RouteErrorResult ):
167
167
returned_data_type = error_data_type
168
- obj = decoded_obj_result ['reason ' ]
168
+ obj = decoded_obj_result ['error ' ]
169
169
else :
170
170
raise AssertionError ('Expected RouteResult or RouteErrorResult, '
171
171
'but res is %s' % type (res ))
Original file line number Diff line number Diff line change 31
31
else :
32
32
url_encode = urllib .urlencode
33
33
34
- SDK_VERSION = "3.23 "
34
+ SDK_VERSION = "3.24 "
35
35
36
36
TRUSTED_CERT_FILE = pkg_resources .resource_filename (__name__ , 'trusted-certs.crt' )
37
37
Original file line number Diff line number Diff line change 25
25
26
26
dist = setup (
27
27
name = 'dropbox' ,
28
- version = '3.23 ' ,
28
+ version = '3.24 ' ,
29
29
description = 'Official Dropbox API Client' ,
30
30
author = 'Dropbox' ,
31
31
author_email = 'dev-platform@dropbox.com' ,
You can’t perform that action at this time.
0 commit comments