8000 Bump to 3.7.0 · meego/twilio-python@5bce154 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5bce154

Browse files
committed
Bump to 3.7.0
1 parent 9179dce commit 5bce154

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,18 @@ twilio-python Changelog
33

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

6+
Version 3.7.0
7+
-------------
8+
9+
Released February 18, 2015:
10+
11+
- Add TaskRouterClient and resources to support the new TaskRouter API
12+
- Stop prepending numeric error code to exception error messages
13+
614
Version 3.6.15
715
--------------
816

9-
Released January 14, 2014
17+
Released January 14, 2015
1018

1119
- Update request construction for Tokens
1220

twilio/version.py

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

0 commit comments

Comments
 (0)
0