Skip to content

Commit de8e53c

Browse files
authored
chore: update status in README and classifiers (#30)
1 parent 460cab4 commit de8e53c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

packages/proto-plus/README.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Proto Plus for Python
22
=====================
33

4-
|release level| |ci| |docs| |codecov|
4+
|pypi| |release level| |ci| |docs| |codecov|
55

66
Beautiful, Pythonic protocol buffers.
77

@@ -20,7 +20,8 @@ Documentation
2020

2121
.. _documentation: https://proto-plus-python.readthedocs.io/en/latest/
2222

23-
.. |release level| image:: https://img.shields.io/badge/release%20level-beta-yellow.svg?style=flat
23+
.. |pypi| image:: https://img.shields.io/pypi/v/proto-plus.svg
24+
.. |release level| image:: https://img.shields.io/badge/release%20level-ga-gold.svg?style=flat
2425
:target: https://cloud.google.com/terms/launch-stages
2526
.. |docs| image:: https://readthedocs.org/projects/proto-plus-python/badge/?version=latest
2627
:target: https://proto-plus-python.readthedocs.io/en/latest/

packages/proto-plus/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'protobuf >= 3.5.1',
4040
),
4141
classifiers=[
42-
'Development Status :: 4 - Beta',
42+
'Development Status :: 5 - Production/Stable',
4343
'Environment :: Console',
4444
'Intended Audience :: Developers',
4545
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)