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

Add methods to api_core used by new autogenerator. #6267

Merged
merged 8 commits into from
Oct 18, 2018
Merged

Conversation

lukesneeringer
Copy link
Contributor

This adds two methods to google-api-core that will be used by the new GAPICs.
It also bumps the version number to 1.6.0a1, so that we can release this to PyPI and iterate without affecting existing users.

Luke Sneeringer added 2 commits October 18, 2018 10:45
This adds convenience methods used by client libraries produced by
gapic-generator-python.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Oct 18, 2018
@lukesneeringer lukesneeringer changed the title 1.6.0 alpha Add methods to api_core used by new autogenerator. Oct 18, 2018
api_core/google/api_core/gapic_v1/dispatch.py Outdated Show resolved Hide resolved
@@ -22,12 +22,12 @@

name = 'google-api-core'
description = 'Google API client core library'
version = '1.5.0'
version = '1.6.0a1'

This comment was marked as spam.

This comment was marked as spam.

@@ -27,7 +27,7 @@
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
# 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 5 - Production/Stable'
release_status = 'Development Status :: 3 - Alpha'

This comment was marked as spam.

This comment was marked as spam.

@theacodes
Copy link
Contributor

theacodes commented Oct 18, 2018 via email

@lukesneeringer
Copy link
Contributor Author

lukesneeringer commented Oct 18, 2018

Fair enough! Done.

@lukesneeringer
Copy link
Contributor Author

Distilling a Hangouts discussion: We are moving the dispatch item to a gapic_v2 directory to account for its being Python 3-only.

@crwilcox crwilcox merged commit 7456acd into master Oct 18, 2018
tseaver added a commit that referenced this pull request Oct 29, 2018
We will bring them back in when we have an OK to make a non-alpha
'api_core-1.6.0' release.

Toward #6326.
@tseaver tseaver deleted the core-1.6.0 branch November 7, 2018 16:52
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants