Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Upgrading version to 0.10.1.
This is necessitated by the broken GCE support in oauth2client
2.0.0.
  • Loading branch information
dhermes committed Feb 20, 2016
commit a9c53be96a79c3fef67fba8e8962ad4e069b2d13
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
REQUIREMENTS = [
'httplib2 >= 0.9.1',
'googleapis-common-protos',
'oauth2client >= 2.0.0',
'oauth2client >= 2.0.0.post1',
'protobuf >= 3.0.0b2',
'pyOpenSSL',
'six',
]

setup(
name='gcloud',
version='0.10.0',
version='0.10.1',
description='API Client library for Google Cloud',
author='Google Cloud Platform',
author_email='[email protected]',
Expand Down