File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,16 @@ 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.3.4
7
+ -------------
8
+
9
+ Released on December 16, 2011
10
+
11
+ - Allow both unicode strings and encoded byte strings in request data
12
+ - Add support for SMS and Voice application sids to phone number updating
13
+ - Fix documentation error relating to phone number purchasing
14
+ - Include doc string information for decorated functions
15
+
6
16
Version 3.3.3
7
17
-------------
8
18
Original file line number Diff line number Diff line change 56
56
# The short X.Y version.
57
57
version = '3.3'
58
58
# The full version, including alpha/beta/rc tags.
59
- release = '3.3.3 '
59
+ release = '3.3.4 '
60
60
61
61
# The language for content autogenerated by Sphinx. Refer to documentation
62
62
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '3' , '3 ' )
1
+ __version_info__ = ('3' , '3' , '4 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments