Skip to content

Commit a36e33e

Browse files
author
j.s@google.com
committed
Adding new pydocs to MANIFEST and updating version number.
1 parent dea98be commit a36e33e

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

MANIFEST

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,3 +462,12 @@ src/gdata/notebook/data.py
462462
src/gdata/webmastertools/data.py
463463
src/gdata/youtube/data.py
464464
tests/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

src/atom/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)