Skip to content

Commit 3fcfa12

Browse files
committed
Update master -> main in documentation
1 parent c7d0294 commit 3fcfa12

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
mypy-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

88
We 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
```
3434
To 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
3737
pip3 install git+https://github.com/dropbox/mypy-protobuf.git@$REV
3838
3939
# For older (1.x) versions of mypy protobuf - you may need

0 commit comments

Comments
 (0)