Skip to content

Commit

Permalink
feat: bump release level to production/stable (#31)
Browse files Browse the repository at this point in the history
Fixes #4 🦕

Release-As: 1.0.0
  • Loading branch information
parthea authored Jul 18, 2022
1 parent 4fe57d7 commit 3fa79db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"product_documentation": "https://cloud.google.com/livestream/docs",
"client_documentation": "https://cloud.google.com/python/docs/reference/livestream/latest",
"issue_tracker": "",
"release_level": "preview",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_AUTO",
"repo": "googleapis/python-video-live-stream",
Expand Down
4 changes: 2 additions & 2 deletions packages/google-cloud-video-live-stream/README.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Python Client for Live Stream API
=================================

|preview| |pypi| |versions|
|stable| |pypi| |versions|

`Live Stream API`_: transcodes mezzanine live signals into direct-to-consumer streaming formats, including Dynamic Adaptive Streaming over HTTP (DASH/MPEG-DASH), and HTTP Live Streaming (HLS), for multiple device platforms.

- `Client Library Documentation`_
- `Product Documentation`_

.. |preview| image:: https://img.shields.io/badge/support-preview-orange.svg
.. |stable| image:: https://img.shields.io/badge/support-stable-gold.svg
:target: https://github.com/googleapis/google-cloud-python/blob/main/README.rst#stability-levels
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-video-live-stream.svg
:target: https://pypi.org/project/google-cloud-video-live-stream/
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-video-live-stream/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
description = "Live Stream API client library"
url = "https://github.com/googleapis/python-video-live-stream"
version = "0.2.0"
release_status = "Development Status :: 4 - Beta"
release_status = "Development Status :: 5 - Production/Stable"
dependencies = [
"google-api-core[grpc] >= 1.32.0, <3.0.0dev,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*",
"proto-plus >= 1.15.0, <2.0.0dev",
Expand Down

0 comments on commit 3fa79db

Please sign in to comment.