Skip to content
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

Merged
merged 1 commit into from
Aug 12, 2015
Merged

Upgrading version to 0.7.1. #1057

merged 1 commit into from
Aug 12, 2015

Conversation

dhermes
Copy link
Contributor

@dhermes dhermes commented Aug 12, 2015

@tseaver Are we close enough on BQ to release this?

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 12, 2015
@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

Running

$ git log 0.7.0..cut-0.7.1 \
> | grep 'Merge pull request ' \
> | awk -F ' ' '{print $4}' \
> | sort

yields

#1000
#1001
#1002
#1003
#1004
#1005
#1006
#1008
#1010
#1014
#1015
#1016
#1017
#1018
#1019
#1020
#1021
#1022
#1023
#1025
#1026
#1029
#1032
#1033
#1035
#1036
#1038
#1039
#1040
#1042
#1044
#1045
#1046
#1051
#1052
#1053

@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

@tseaver Can you write the BQ part?

Storage

Datastore

BigQuery

New API added (#1017, #1018, #1021, #1022, #1023, #1038, #1045, #1046)

  • Add support for synchronous creation/reload/deletion of dataset and table resources.
  • Add support for synchronous load/browse of table data.
  • Still under development! In particular, support for asynchronous features (job management) is still forthcoming.

General

@tseaver
Copy link
Contributor

tseaver commented Aug 12, 2015

@dhermes I uppdated the description:

  • Convert to Github-compatible markdown (no line breaks in bullets).
  • Use imperative voice (a bugaboo of mine).
  • Add description of partial BQ support.

@tseaver
Copy link
Contributor

tseaver commented Aug 12, 2015

LGTM

@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

@tseaver Should I merge this now? If I merge anything else, then we'll need to update the description further.

@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

I'll just merge it and we can deal with clean-up (e.g. more BQ stuff) if need be.

dhermes added a commit that referenced this pull request Aug 12, 2015
Upgrading version to 0.7.1.
@dhermes dhermes merged commit 7c367fe into googleapis:master Aug 12, 2015
@dhermes dhermes deleted the cut-0.7.1 branch August 12, 2015 20:07
@tseaver
Copy link
Contributor

tseaver commented Aug 12, 2015

No worries.

@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

There is an error sh: 1: twine: not found where before we've seen

Submitting dist/gcloud-0.7.0.tar.gz to http://pypi.python.org/pypi
Server response (200): OK

@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

Issue exists: travis-ci/dpl#299

@dhermes
Copy link
Contributor Author

dhermes commented Aug 12, 2015

I manually uploaded via:

python setup.py sdist bdist upload

However I shouldn't have included bdist so went and deleted the file after the fact.

Now at: https://pypi.python.org/pypi/gcloud/0.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: core cla: yes This human has signed the Contributor License Agreement. packaging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants