File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -462,3 +462,12 @@ src/gdata/notebook/data.py
462462src/gdata/webmastertools/data.py
463463src/gdata/youtube/data.py
464464tests/gdata_tests/contacts/live_client_test.py
465+ pydocs/gdata.analytics.client.html
466+ pydocs/gdata.analytics.data.html
467+ pydocs/gdata.contacts.client.html
468+ pydocs/gdata.contacts.data.html
469+ pydocs/gdata.docs.client.html
470+ pydocs/gdata.docs.data.html
471+ pydocs/gdata.dublincore.data.html
472+ pydocs/gdata.geo.data.html
473+ pydocs/gdata.media.data.html
Original file line number Diff line number Diff line change @@ -135,9 +135,9 @@ def modify_request(self, http_request):
135135 http_request .uri .host = self .host
136136 # Set the user agent header for logging purposes.
137137 if self .source :
138- http_request .headers ['User-Agent' ] = '%s gdata-py/2.0.4 ' % self .source
138+ http_request .headers ['User-Agent' ] = '%s gdata-py/2.0.5 ' % self .source
139139 else :
140- http_request .headers ['User-Agent' ] = 'gdata-py/2.0.4 '
140+ http_request .headers ['User-Agent' ] = 'gdata-py/2.0.5 '
141141 return http_request
142142
143143 ModifyRequest = modify_request
You can’t perform that action at this time.
0 commit comments