File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Proto 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/
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments