8000 Bump to version 4.7.0 · PNPtutorials/twilio-python@cf5a8b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit cf5a8b7

Browse files
author
Carlos Diaz-Padron
committed
Bump to version 4.7.0
1 parent 0e7e73d commit cf5a8b7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Here you can see the full list of changes between each twilio-python release.
66
Version 4.6.0
77
-------------
88

9+
- Add /Keys endpoint
10+
11+
Version 4.6.0
12+
-------------
13+
914
Released September 23, 2015:
1015

1116
- Allow fetching TaskRouter reservations by Worker

twilio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('4', '6', '0')
1+
__version_info__ = ('4', '7', '0')
22
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0