Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

fix: set development status classifier to alpha #2

Merged
merged 4 commits into from Jan 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .kokoro/docs/common.cfg
Expand Up @@ -33,10 +33,10 @@ env_vars: {
value: "docs-staging-v2"
}

# It will upload the docker image after successful builds.
# Don't update the docker image from this build
env_vars: {
key: "TRAMPOLINE_IMAGE_UPLOAD"
value: "true"
value: "false"
}

# It will always build the docker image.
Expand Down
6 changes: 0 additions & 6 deletions .kokoro/docs/docs-presubmit.cfg
Expand Up @@ -10,12 +10,6 @@ env_vars: {
value: "gcloud-python-test"
}

# We only upload the image in the main `docs` build.
env_vars: {
key: "TRAMPOLINE_IMAGE_UPLOAD"
value: "false"
}

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/python-compute/.kokoro/build.sh"
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/docs/docs.cfg
@@ -1 +1 @@
# Format: //devtools/kokoro/config/proto/build.proto
# Format: //devtools/kokoro/config/proto/build.proto
2 changes: 1 addition & 1 deletion .repo-metadata.json
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/compute/",
"client_documentation": "https://googleapis.dev/python/compute/latest",
"issue_tracker": "https://issuetracker.google.com/issues/new?component=187134&template=0",
"release_level": "beta",
"release_level": "alpha",
"language": "python",
"repo": "googleapis/python-compute",
"distribution_name": "google-cloud-compute",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -46,7 +46,7 @@
),
python_requires=">=3.6",
classifiers=[
"Development Status :: 4 - Beta",
"Development Status :: 3 - Alpha",
"Intended Audience :: Developers",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.6",
Expand Down