File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,13 @@ twilio-python Changelog
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
6
+ Version 5.7.0
7
+ -------------
8
+
9
+ Released January 26, 2017:
10
+
11
+ - Add ` iter ` method for messages
12
+
6
13
Version 5.6.0
7
14
-------------
8
15
Original file line number Diff line number Diff line change 1
1
# twilio-python
2
2
3
3
[ ![ Build Status] ( https://secure.travis-ci.org/twilio/twilio-python.png?branch=master )] ( http://travis-ci.org/twilio/twilio-python )
4
+ [ ![ PyPI] ( https://img.shields.io/pypi/v/twilio.svg )] ( https://pypi.python.org/pypi/twilio )
4
5
5
6
A module for using the Twilio REST API and generating valid
6
7
[ TwiML] (http://www.twilio.com/docs/api/twiml/ "TwiML -
Original file line number Diff line number Diff line change 1
- __version_info__ = ('5' , '6 ' , '0' )
1
+ __version_info__ = ('5' , '7 ' , '0' )
2
2
__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments