8000 Bump version to 3.6.6 · beallio/twilio-python@26f6707 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26f6707

Browse files
author
Kevin Burke
committed
Bump version to 3.6.6
1 parent 9d8dc20 commit 26f6707

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ twilio-python Changelog
33

44
Here 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+
617
Version 3.6.5
718
--------------
819

twilio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = ('3', '6', '5')
1+
__version_info__ = ('3', '6', '6')
22
__version__ = '.'.join(__version_info__)

0 commit comments

Comments
 (0)
0