Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1.8k
GA and Beta Promotions#3245
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
Uh oh!
There was an error while loading. Please reload this page.
GA and Beta Promotions #3245
Changes from all commits
966cb4da4a8a923bf1c916f7776ac01bfd942bf2e61c7098d592d500e568b180209a1f58c161afa95521dad9b2156d71d3d39eed6f5a08824f9c6bbd5fe77a093453863bf8ceFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -44,6 +44,7 @@ | ||
| 'Programming Language :: Python :: 3', | ||
| 'Programming Language :: Python :: 3.4', | ||
| 'Programming Language :: Python :: 3.5', | ||
| 'Programming Language :: Python :: 3.6', | ||
| 'Topic :: Internet', | ||
| ], | ||
| } | ||
| @@ -60,7 +61,7 @@ | ||
| setup( | ||
| name='google-cloud-core', | ||
| version='0.23.1', | ||
| version='0.24.0', | ||
This comment was marked as spam.Sorry, something went wrong. Uh oh!There was an error while loading. Please reload this page. | ||
| description='API Client library for Google Cloud: Core Helpers', | ||
| long_description=README, | ||
| namespace_packages=[ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -35,7 +35,7 @@ | ||
| 'include_package_data': True, | ||
| 'zip_safe': False, | ||
| 'classifiers': [ | ||
| 'Development Status :: 4 - Beta', | ||
| 'Development Status :: 5 - Production/Stable', | ||
| 'Intended Audience :: Developers', | ||
| 'License :: OSI Approved :: Apache Software License', | ||
| 'Operating System :: OS Independent', | ||
| @@ -44,20 +44,21 @@ | ||
| 'Programming Language :: Python :: 3', | ||
| 'Programming Language :: Python :: 3.4', | ||
| 'Programming Language :: Python :: 3.5', | ||
| 'Programming Language :: Python :: 3.6', | ||
This comment was marked as spam.Sorry, something went wrong. Uh oh!There was an error while loading. Please reload this page.
This comment was marked as spam.Sorry, something went wrong. Uh oh!There was an error while loading. Please reload this page.
This comment was marked as spam.Sorry, something went wrong. Uh oh!There was an error while loading. Please reload this page. | ||
| 'Topic :: Internet', | ||
| ], | ||
| } | ||
| REQUIREMENTS = [ | ||
| 'google-cloud-core >= 0.23.1, < 0.24dev', | ||
| 'google-cloud-core >= 0.24.0, < 0.25dev', | ||
| 'google-gax>=0.15.7, <0.16dev', | ||
| 'gapic-google-cloud-datastore-v1 >= 0.15.0, < 0.16dev', | ||
| ] | ||
| setup( | ||
| name='google-cloud-datastore', | ||
| version='0.23.0', | ||
| version='1.0.0', | ||
| description='Python Client for Google Cloud Datastore', | ||
| long_description=README, | ||
| namespace_packages=[ | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -69,7 +69,7 @@ | ||
| # General information about the project. | ||
| project = u'google-cloud' | ||
| copyright = u'2014, Google' | ||
| copyright = u'2014-2017, Google' | ||
This comment was marked as spam.Sorry, something went wrong. Uh oh!There was an error while loading. Please reload this page.
This comment was marked as spam.Sorry, something went wrong. Uh oh!There was an error while loading. Please reload this page. | ||
| # The version info for the project you're documenting, acts as replacement for | ||
| # |version| and |release|, also used in various other places throughout the | ||
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.