Skip to content

Commit 0107799

Browse files
chore: updated changelogs for rc-branch
1 parent 3509e61 commit 0107799

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
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-12-06] Version 9.0.0-rc.0
7+
---------------------------
8+
- Release Candidate preparation
9+
610
[2023-11-17] Version 8.10.2
711
---------------------------
812
**Library - Chore**

UPGRADE.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
_`MAJOR` version bumps will have upgrade notes
44
posted here._
55

6+
## [2023-12-06] 8.x.x to 9.x.x-rc.x
7+
8+
---
9+
### Overview
10+
11+
#### Twilio Python Helper Library’s major version 9.0.0-rc.x is now available. We ensured that you can upgrade to Python helper Library 9.0.0-rc.x version without any breaking changes
12+
13+
Support for JSON payloads has been added in the request body
14+
15+
616
## [2023-04-05] 7.x.x to 8.x.x
717

818
- **Supported Python versions updated**

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
setup(
1515
name="twilio",
16-
version="8.10.2",
16+
version="9.0.0-rc",
1717
description="Twilio API client and TwiML generator",
1818
author="Twilio",
1919
help_center="https://www.twilio.com/help/contact",

0 commit comments

Comments
 (0)