File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ 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.4
7
+ -------------
8
+
9
+ Released November 5, 2013
10
+
11
+ - Adds support for the 'digits' attribute of Play verbs in TwiML creation.
12
+ - Updates documentation for Message TwiML verb
13
+ - Bugfix for tty detection in error formatting
14
+
6
15
Version 3.6.3
7
16
-------------
8
17
Original file line number Diff line number Diff line change 59
59
# The short X.Y version.
60
60
version = '3.6'
61
61
# The full version, including alpha/beta/rc tags.
62
- release = '3.6.3 '
62
+ release = '3.6.4 '
63
63
64
64
# The language for content autogenerated by Sphinx. Refer to documentation
65
65
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '6' , '3 ' )
1
+ __version_info__ = ('3' , '6' , '4 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments