Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 602da38

Browse files
Bumped version.
1 parent 5860bad commit 602da38

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

‎setup.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
setup(
2727
name='gdata',
28-
version='2.0.17',
28+
version='2.0.18',
2929
description='Python client library for Google data APIs',
3030
long_description = """\
3131
The Google data Python client library makes it easy to interact with

‎src/atom/client.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def modify_request(self, http_request):
181181

182182
# Set the user agent header for logging purposes.
183183
if self.source:
184-
http_request.headers['User-Agent'] = '%s gdata-py/2.0.17' % self.source
184+
http_request.headers['User-Agent'] = '%s gdata-py/2.0.18' % self.source
185185
else:
186186
http_request.headers['User-Agent'] = 'gdata-py/2.0.17'
187187

‎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.17'
39+
USER_AGENT = '%s GData-Python/2.0.18'
4040

4141

4242
class Error(Exception):

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /