8000 3.6.4 · Twilio-api/twilio-python@f0403eb · GitHub
[go: up one dir, main page]

Skip to content

Commit f0403eb

Browse files
committed
3.6.4
1 parent 59691b5 commit f0403eb

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
33

44
Here you can see the full list of changes between each twilio-python release.
55

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+
615
Version 3.6.3
716
-------------
817

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
# The short X.Y version.
6060
version = '3.6'
6161
# The full version, including alpha/beta/rc tags.
62-
release = '3.6.3'
62+
release = '3.6.4'
6363

6464
# The language for content autogenerated by Sphinx. Refer to documentation
6565
# for a list of supported languages.

twilio/__init__.py

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

44

0 commit comments

Comments
 (0)
0