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
3
3
4
4
Here you can see the full list of changes between each twilio-python release.
5
5
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
+
6
25
Version 3.6.6
7
26
--------------
8
27
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '6' , '7 ' )
1
+ __version_info__ = ('3' , '6' , '8 ' )
2
2
__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments