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