File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ twilio-python Changelog
33
44Here you can see the full list of changes between each twilio-python release.
55
6+ Version 3.3.10
7+ -------------
8+
9+ - Add support for Queue. Fix a bug where the library wouldn't work in Python 2.5
10+
11+
612Version 3.3.9
713-------------
814
Original file line number Diff line number Diff line change 5757# The short X.Y version.
5858version = '3.3'
5959# The full version, including alpha/beta/rc tags.
60- release = '3.3.9 '
60+ release = '3.3.10 '
6161
6262# The language for content autogenerated by Sphinx. Refer to documentation
6363# for a list of supported languages.
Original file line number Diff line number Diff line change 1- __version_info__ = ('3' , '3' , '9 ' )
1+ __version_info__ = ('3' , '3' , '10 ' )
22__version__ = '.' .join (__version_info__ )
33
44
You can’t perform that action at this time.
0 commit comments