File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,25 @@ twilio-python Changelog
33
44Here you can see the full list of changes between each twilio-python release.
55
6+ Version 3.6.8
7+ -------------
8+
9+ Released October 9, 2014
10+
11+ - Remove unneeded unittest2py3k dependency.
12+ - Restore backwards-compatible exception import paths.
13+
14+ Version 3.6.7
15+ -------------
16+
17+ Released August 6, 2014
18+
19+ - Fix Python 2.5 compatibility.
20+ - Add CallFeedback resources.
21+ - Typo fixes and formatting cleanup.
22+ - Refactor exception hierarchy and imports.
23+ - Documentation improvements.
24+
625Version 3.6.6
726--------------
827
Original file line number Diff line number Diff line change 1- __version_info__ = ('3' , '6' , '7 ' )
1+ __version_info__ = ('3' , '6' , '8 ' )
22__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments