Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 139188c

Browse filesBrowse files
authored
feat: bump release level to production/stable (#31)
Fixes #30 🦕 Release-As: 1.0.0
1 parent fc20702 commit 139188c
Copy full SHA for 139188c

File tree

Expand file treeCollapse file tree

4 files changed

+6
-56
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+6
-56
lines changed

‎.repo-metadata.json

Copy file name to clipboardExpand all lines: .repo-metadata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name_pretty": "Source Context",
44
"client_documentation": "https://googleapis.dev/python/source/latest",
55
"issue_tracker": "http://github.com/googleapis/python-source-context/issues",
6-
"release_level": "beta",
6+
"release_level": "ga",
77
"language": "python",
88
"library_type": "GAPIC_AUTO",
99
"repo": "googleapis/python-source-context",

‎README.rst

Copy file name to clipboardExpand all lines: README.rst
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Python Client for Source Context
22
================================
33

4-
|beta| |pypi| |versions|
4+
|ga| |pypi| |versions|
55

66
This package contains generated Python types for `google.cloud.source_context_v1`
77

88
- `Client Library Documentation`_
99

10-
.. |beta| image:: https://img.shields.io/badge/support-beta-orange.svg
11-
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#beta-support
10+
.. |ga| image:: https://img.shields.io/badge/support-ga-gold.svg
11+
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#ga-support
1212
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-source-context.svg
1313
:target: https://pypi.org/project/google-cloud-source-context/
1414
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-source-context.svg

‎docs/README.rst

Copy file name to clipboardExpand all lines: docs/README.rst
-51Lines changed: 0 additions & 51 deletions
This file was deleted.

‎docs/README.rst

Copy file name to clipboard
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../README.rst

‎setup.py

Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
name = "google-cloud-source-context"
2424
description = "Python client for Source Context"
2525
version = "0.1.4"
26-
release_status = "Development Status :: 4 - Beta"
26+
release_status = "Development Status :: 5 - Production/Stable"
2727
url = "https://github.com/googleapis/python-source-context"
2828
dependencies = [
2929
# NOTE: Maintainers, please do not require google-api-core>=2.x.x

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.