Skip to content

Commit aaa11cc

Browse files
committed
Updated user agents to latest version.
1 parent 0815231 commit aaa11cc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/atom/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@ def modify_request(self, http_request):
178178

179179
# Set the user agent header for logging purposes.
180180
if self.source:
181-
http_request.headers['User-Agent'] = '%s gdata-py/2.0.14' % self.source
181+
http_request.headers['User-Agent'] = '%s gdata-py/2.0.15' % self.source
182182
else:
183-
http_request.headers['User-Agent'] = 'gdata-py/2.0.14'
183+
http_request.headers['User-Agent'] = 'gdata-py/2.0.15'
184184

185185
return http_request
186186

src/atom/http_interface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
import StringIO
3737

3838

39-
USER_AGENT = '%s GData-Python/2.0.14'
39+
USER_AGENT = '%s GData-Python/2.0.15'
4040

4141

4242
class Error(Exception):

0 commit comments

Comments
 (0)