File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ 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.6
8000
td>
7
+ --------------
8
+
9
+ Released on February 27, 2014
10
+
11
+ - Previously the error message was set based on the ` tty ` value; instead now we
12
+ detect ` tty ` when you try to print the error message. The ` msg ` property of
13
+ the exception is set to a decent value.
14
+ - ` twilio-python ` now uses entirely relative imports, so it may be easier to
15
+ include it as a part of another package.
16
+
6
17
Version 3.6.5
7
18
--------------
8
19
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '6' , '5 ' )
1
+ __version_info__ = ('3' , '6' , '6 ' )
2
2
__version__ = '.' .join (__version_info__ )
You can’t perform that action at this time.
0 commit comments