-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading version to 0.7.1. #1057
Conversation
Running $ git log 0.7.0..cut-0.7.1 \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sort yields #1000 |
@tseaver Can you write the BQ part? Storage
Datastore
BigQueryNew API added (#1017, #1018, #1021, #1022, #1023, #1038, #1045, #1046)
General
|
@dhermes I uppdated the description:
|
LGTM |
@tseaver Should I merge this now? If I merge anything else, then we'll need to update the description further. |
I'll just merge it and we can deal with clean-up (e.g. more BQ stuff) if need be. |
No worries. |
Yay! https://github.com/GoogleCloudPlatform/gcloud-python/releases/tag/0.7.1 It seems the deploy to PyPI may have failed: |
There is an error
|
Issue exists: travis-ci/dpl#299 |
I manually uploaded via: python setup.py sdist bdist upload However I shouldn't have included |
@tseaver Are we close enough on BQ to release this?