File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11## Upcoming
22
3+ - [ Rename master branch to main] ( https://github.com/github/renaming )
4+
35## 2.8
46
57- Propagate comments from .proto files to .pyi files
Original file line number Diff line number Diff line change 11mypy-protobuf: Generate mypy stub files from protobuf specs
22
3- [ ![ CI] ( https://github.com/dropbox/mypy-protobuf/workflows/CI/badge.svg )] ( https://github.com/dropbox/mypy-protobuf/actions?query=branch%3Amaster )
3+ [ ![ CI] ( https://github.com/dropbox/mypy-protobuf/workflows/CI/badge.svg )] ( https://github.com/dropbox/mypy-protobuf/actions?query=branch%3Amain )
44[ ![ pypi] ( https://img.shields.io/pypi/v/mypy-protobuf?logo=Pypi )] ( https://pypi.org/project/mypy-protobuf/ )
5- [ ![ license] ( https://img.shields.io/github/license/dropbox/mypy-protobuf )] ( https://github.com/dropbox/mypy-protobuf/blob/master /LICENSE )
5+ [ ![ license] ( https://img.shields.io/github/license/dropbox/mypy-protobuf )] ( https://github.com/dropbox/mypy-protobuf/blob/main /LICENSE )
66===========================================================
77
88We released a new major version (2.\* ) on 02/02/2021! It includes some backward incompatible changes.
@@ -33,7 +33,7 @@ pip3 install mypy-protobuf
3333```
3434To install unreleased
3535```
36- REV=master # or whichever unreleased git rev you'd like
36+ REV=main # or whichever unreleased git rev you'd like
3737pip3 install git+https://github.com/dropbox/mypy-protobuf.git@$REV
3838
3939# For older (1.x) versions of mypy protobuf - you may need
You can’t perform that action at this time.
0 commit comments