File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ 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.5
7
+ -------------
8
+
9
+ Released on January 18, 2011
10
+
11
+ - Fix a bug with the depreacted `TwilioRestClient.request` method
12
+ - Fix a bug in filtering SMS messages by DateSent
13
+
6
14
Version 3.3.4
7
15
-------------
8
16
Original file line number Diff line number Diff line change 57
57
# The short X.Y version.
58
58
version = '3.3'
59
59
# The full version, including alpha/beta/rc tags.
60
- release = '3.3.4 '
60
+ release = '3.3.5 '
61
61
62
62
# The language for content autogenerated by Sphinx. Refer to documentation
63
63
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
- __version_info__ = ('3' , '3' , '4 ' )
1
+ __version_info__ = ('3' , '3' , '5 ' )
2
2
__version__ = '.' .join (__version_info__ )
3
3
4
4
You can’t perform that action at this time.
0 commit comments