Skip to content

Commit d40afd3

Browse files
authored
Merge branch 'main' into master
2 parents 823c067 + 1c09a8a commit d40afd3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ deploy:
3030
password: $PYPI_TOKEN
3131
skip_cleanup: true
3232
on:
33-
branch: master
33+
branch: main
3434
condition: "$TRAVIS_TEST_RESULT = 0"
3535
tags: true
3636
python: '3.6'
3737

3838
notifications:
3939
slack:
40-
if: branch = master
40+
if: branch = main
4141
on_pull_requests: false
4242
on_success: never
4343
on_failure: change

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
|Build Status| |Email Notifications Badge| |Twitter Follow| |Codecov branch| |Code Climate| |Python Versions| |PyPI Version| |GitHub contributors| |MIT licensed|
55

6+
**The default branch name for this repository has been changed to `main` as of 07/27/2020.**
7+
68
**Quickly and easily access any RESTful or RESTful-like API.**
79

810
If you are looking for the Twilio SendGrid API client library, please see `this repo`_.

0 commit comments

Comments
 (0)