Skip to content

Commit 283be94

Browse files
authored
Prep for RC release (#685)
1 parent 8a62877 commit 283be94

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ twilio-python Changelog
33

44
Here you can see the full list of changes between each twilio-python release.
55

6+
[2023-03-22] Version 8.0.0-rc.0
7+
---------------------------
8+
- Release Candidate prep
9+
610
[2022-12-14] Version 7.16.0
711
---------------------------
812
**Library - Docs**

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ develop: venv
1919
. venv/bin/activate; pip install -r tests/requirements.txt
2020

2121
analysis:
22-
. venv/bin/activate; flake8 --ignore=E123,E126,E128,E501,W391,W291,W293,F401 tests
23-
. venv/bin/activate; flake8 --ignore=E402,F401,W391,W291,W293 twilio --max-line-length=300
22+
. venv/bin/activate; flake8 --ignore=E123,E126,E128,E501,W391,W291,W293,F401,W503,E203 tests
23+
. venv/bin/activate; flake8 --ignore=E402,F401,W391,W291,W293,W503,E203 twilio --max-line-length=300
2424

2525
test: analysis prettier-check
2626
. venv/bin/activate; pytest tests --ignore=tests/cluster

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ source code") for `twilio-python`, and then run:
5151

5252
You may need to run the above commands with `sudo`.
5353

54+
### Installing Release Candidates
55+
56+
Or, if you're wanting to install the latest release candidate use:
57+
58+
pip install twilio --pre
59+
5460
## Getting Started
5561

5662
Getting started with the Twilio API couldn't be easier. Create a

0 commit comments

Comments
 (0)